Agent.h - header file created by running javah
Header file defines entry point for each native method to be implemented by DLL
JNIEXPORT jint JNICALL Java_Agent_init
(JNIEnv *, jclass, jstring);
JNIEXPORT void JNICALL Java_Agent_wait
(JNIEnv *, jclass, jint);
JNIEXPORT jint JNICALL Java_Agent_getData
(JNIEnv *, jclass, jint, jcharArray);