|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::java::JavaInterpreter Class Reference#include <JavaInterpreter.h>
Inheritance diagram for acdk::java::JavaInterpreter:
List of all members.
Detailed Description
Representing the Java interpreter.
- Author:
- Roger Rene Kommer (kommer@artefaktur.com)
- Version:
- Revision
- 1.18
- Date:
- Date
- 2005/04/08 10:53:20
Constructor & Destructor Documentation
acdk::java::JavaInterpreter::JavaInterpreter |
( |
|
) |
|
|
Member Function Documentation
void acdk::java::JavaInterpreter::attachCurrentThread |
( |
|
) |
|
|
|
calls the static main of given class
|
void acdk::java::JavaInterpreter::exitViaJava |
( |
|
) |
[static] |
|
|
This method should be called, if should be exit via Java not ACDK This is necessary if graphical (swing) functions was called.
|
RJavaObject acdk::java::JavaInterpreter::getInstance |
( |
IN(RString) |
classname, |
|
|
ScriptVarArray & |
args |
|
) |
|
|
JNIEnv* acdk::java::JavaInterpreter::jenv |
( |
|
) |
[inline] |
|
JavaVM* acdk::java::JavaInterpreter::jvm |
( |
|
) |
[inline] |
|
Member Data Documentation
|
|