NativeDetector.cpp File Reference

Definitions of exported methods. More...

#include <jni.h>
#include "../Common/UnicodeString.h"
#include "WindowsDetector.h"
#include "NativeDetector.h"

Functions

JNIEXPORT jboolean JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeInitialize (JNIEnv *, jobject)
JNIEXPORT jboolean JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeExecute (JNIEnv *, jobject)
JNIEXPORT jstring JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeGetData (JNIEnv *env, jobject)
JNIEXPORT jstring JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeGetMessages (JNIEnv *env, jobject)
JNIEXPORT jboolean JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeDestroy (JNIEnv *, jobject)
JNIEXPORT jstring JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeGetEncoding (JNIEnv *env, jobject)

Variables

hwdet::WindowsDetector detector
 Detector instance.


Detailed Description

Definitions of exported methods.

Author:
Branislav Repcek
Date:
2005

Function Documentation

JNIEXPORT jboolean JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeDestroy ( JNIEnv *  ,
jobject   
)

Clean-up.

JNIEXPORT jboolean JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeExecute ( JNIEnv *  ,
jobject   
)

Detect hardware/software features.

JNIEXPORT jstring JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeGetData ( JNIEnv *  env,
jobject   
)

Get data retrieved by detector.

JNIEXPORT jstring JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeGetEncoding ( JNIEnv *  env,
jobject   
)

Get encoding used in the library.

JNIEXPORT jstring JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeGetMessages ( JNIEnv *  env,
jobject   
)

Get messages string produced by the detector.

JNIEXPORT jboolean JNICALL Java_cz_cuni_mff_been_task_detector_NativeDetector_nativeInitialize ( JNIEnv *  ,
jobject   
)

Initialize detector.


Variable Documentation

hwdet::WindowsDetector detector

Detector instance.


Generated on Tue Dec 19 17:43:52 2006 for Detector for Windows by  doxygen 1.4.7