Correcting the INPUT in Doxygen file.
[platform/upstream/iotivity.git] / service / resource-encapsulation / src / resourceContainer / include / org_iotivity_resourcecontainer_bundle_api_BaseActivator.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2
3 #if(JAVA_SUPPORT)
4 #include <jni.h>
5 /* Header for class org_iotivity_resourcecontainer_bundle_api_BaseActivator */
6
7 #ifndef _Included_org_iotivity_resourcecontainer_bundle_api_BaseActivator
8 #define _Included_org_iotivity_resourcecontainer_bundle_api_BaseActivator
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 /*
13  * Class:     org_iotivity_resourcecontainer_bundle_api_BaseActivator
14  * Method:    registerJavaResource
15  * Signature: (Lorg/iotivity/resourcecontainer/bundle/api/BundleResource;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
16  */
17 JNIEXPORT void JNICALL Java_org_iotivity_resourcecontainer_bundle_api_BaseActivator_registerJavaResource
18   (JNIEnv *, jobject, jobject, jobjectArray, jstring, jstring, jstring, jstring);
19
20 /*
21  * Class:     org_iotivity_resourcecontainer_bundle_api_BaseActivator
22  * Method:    unregisterJavaResource
23  * Signature: (Lorg/iotivity/resourcecontainer/bundle/api/BundleResource;)V
24  */
25 JNIEXPORT void JNICALL Java_org_iotivity_resourcecontainer_bundle_api_BaseActivator_unregisterJavaResource
26   (JNIEnv *, jobject, jobject, jstring);
27
28 /*
29  * Class:     org_iotivity_resourcecontainer_bundle_api_BaseActivator
30  * Method:    getNumberOfConfiguredResources
31  * Signature: (Ljava/lang/String;)I
32  */
33 JNIEXPORT jint JNICALL Java_org_iotivity_resourcecontainer_bundle_api_BaseActivator_getNumberOfConfiguredResources
34   (JNIEnv *, jobject, jstring);
35
36 /*
37  * Class:     org_iotivity_resourcecontainer_bundle_api_BaseActivator
38  * Method:    getConfiguredResourceParams
39  * Signature: (Ljava/lang/String;I)[Ljava/lang/String;
40  */
41 JNIEXPORT jobjectArray JNICALL Java_org_iotivity_resourcecontainer_bundle_api_BaseActivator_getConfiguredResourceParams
42   (JNIEnv *, jobject, jstring, jint);
43
44 #ifdef __cplusplus
45 }
46 #endif
47 #endif
48 #endif