]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_Subscription.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / include / jorte / org_ocera_orte_Subscription.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ocera_orte_Subscription */
4
5 #ifndef _Included_org_ocera_orte_Subscription
6 #define _Included_org_ocera_orte_Subscription
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ocera_orte_Subscription
12  * Method:    jORTESubscriptionCreate
13  * Signature: (JIILjava/lang/String;Ljava/lang/String;ILorg/ocera/orte/types/MessageData;Lorg/ocera/orte/types/NtpTime;Lorg/ocera/orte/types/NtpTime;Lorg/ocera/orte/SubscriptionCallback;J)J
14  */
15 JNIEXPORT jlong JNICALL
16 Java_org_ocera_orte_Subscription_jORTESubscriptionCreate
17   (JNIEnv *, jobject, jlong, jint, jint, jstring, jstring, jobject, jint, jobject, jobject, jobject, jobject, jlong);
18
19 /*
20  * Class:     org_ocera_orte_Subscription
21  * Method:    jORTESubscriptionDestroy
22  * Signature: (J)Z
23  */
24 JNIEXPORT jboolean JNICALL
25 Java_org_ocera_orte_Subscription_jORTESubscriptionDestroy
26   (JNIEnv *, jobject, jlong);
27
28 /*
29  * Class:     org_ocera_orte_Subscription
30  * Method:    jORTESubscriptionPropertiesGet
31  * Signature: (J)Lorg/ocera/orte/types/SubsProp;
32  */
33 JNIEXPORT jobject JNICALL
34 Java_org_ocera_orte_Subscription_jORTESubscriptionPropertiesGet
35   (JNIEnv *, jobject, jlong);
36
37 /*
38  * Class:     org_ocera_orte_Subscription
39  * Method:    jORTESubscriptionPropertiesSet
40  * Signature: (JLorg/ocera/orte/types/SubsProp;)Z
41  */
42 JNIEXPORT jboolean JNICALL
43 Java_org_ocera_orte_Subscription_jORTESubscriptionPropertiesSet
44   (JNIEnv *, jobject, jlong, jobject);
45
46 /*
47  * Class:     org_ocera_orte_Subscription
48  * Method:    jORTESubscriptionGetStatus
49  * Signature: (J)Lorg/ocera/orte/types/Status;
50  */
51 JNIEXPORT jobject JNICALL
52 Java_org_ocera_orte_Subscription_jORTESubscriptionGetStatus
53   (JNIEnv *, jobject, jlong);
54
55 /*
56  * Class:     org_ocera_orte_Subscription
57  * Method:    jORTESubscriptionWaitForPublications
58  * Signature: (JLorg/ocera/orte/types/NtpTime;JJ)I
59  */
60 JNIEXPORT jint JNICALL
61 Java_org_ocera_orte_Subscription_jORTESubscriptionWaitForPublications
62   (JNIEnv *, jobject, jlong, jobject, jlong, jlong);
63
64 /*
65  * Class:     org_ocera_orte_Subscription
66  * Method:    jORTESubscriptionPull
67  * Signature: (J)I
68  */
69 JNIEXPORT jint JNICALL
70 Java_org_ocera_orte_Subscription_jORTESubscriptionPull
71   (JNIEnv *, jobject, jlong);
72
73 #ifdef __cplusplus
74 }
75 #endif
76 #endif /* ifndef _Included_org_ocera_orte_Subscription */