]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_JOrte.h
3c8cf5dfbf6979b7cb06194ec906a44da6e34cc3
[orte.git] / orte / include / jorte / org_ocera_orte_JOrte.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ocera_orte_JOrte */
4
5 #ifndef _Included_org_ocera_orte_JOrte
6 #define _Included_org_ocera_orte_JOrte
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ocera_orte_JOrte
12  * Method:    jORTEInit
13  * Signature: ()V
14  */
15 JNIEXPORT void JNICALL Java_org_ocera_orte_JOrte_jORTEInit
16   (JNIEnv *, jclass);
17
18 /*
19  * Class:     org_ocera_orte_JOrte
20  * Method:    jORTESleepMs
21  * Signature: (J)V
22  */
23 JNIEXPORT void JNICALL Java_org_ocera_orte_JOrte_jORTESleepMs
24   (JNIEnv *, jclass, jlong);
25
26 /*
27  * Class:     org_ocera_orte_JOrte
28  * Method:    jORTEVerbositySetOptions
29  * Signature: (Ljava/lang/String;)V
30  */
31 JNIEXPORT void JNICALL Java_org_ocera_orte_JOrte_jORTEVerbositySetOptions
32   (JNIEnv *, jclass, jstring);
33
34 /*
35  * Class:     org_ocera_orte_JOrte
36  * Method:    jORTEVerbositySetLogFile
37  * Signature: (Ljava/lang/String;)V
38  */
39 JNIEXPORT void JNICALL Java_org_ocera_orte_JOrte_jORTEVerbositySetLogFile
40   (JNIEnv *, jclass, jstring);
41
42 /*
43  * Class:     org_ocera_orte_JOrte
44  * Method:    jORTEAppSendThread
45  * Signature: (J)V
46  */
47 JNIEXPORT void JNICALL Java_org_ocera_orte_JOrte_jORTEAppSendThread
48   (JNIEnv *, jclass, jlong);
49
50 #ifdef __cplusplus
51 }
52 #endif
53 #endif