]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_Manager.h
New ORTE version 0.3.0 committed
[orte.git] / orte / include / jorte / org_ocera_orte_Manager.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ocera_orte_Manager */
4
5 #ifndef _Included_org_ocera_orte_Manager
6 #define _Included_org_ocera_orte_Manager
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ocera_orte_Manager
12  * Method:    jORTEDomainDefaultMgrCreate
13  * Signature: (IZ)I
14  */
15 JNIEXPORT jint JNICALL Java_org_ocera_orte_Manager_jORTEDomainDefaultMgrCreate
16   (JNIEnv *, jclass, jint, jboolean);
17
18 /*
19  * Class:     org_ocera_orte_Manager
20  * Method:    jORTEDomainMgrCreate
21  * Signature: (IIIZ)I
22  */
23 JNIEXPORT jint JNICALL Java_org_ocera_orte_Manager_jORTEDomainMgrCreate
24   (JNIEnv *, jclass, jint, jint, jint, jboolean);
25
26 /*
27  * Class:     org_ocera_orte_Manager
28  * Method:    jORTEDomainMgrDestroy
29  * Signature: (I)Z
30  */
31 JNIEXPORT jboolean JNICALL Java_org_ocera_orte_Manager_jORTEDomainMgrDestroy
32   (JNIEnv *, jclass, jint);
33
34 #ifdef __cplusplus
35 }
36 #endif
37 #endif