Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

JavaVM_ Struct Reference

#include <jni.h>

Collaboration diagram for JavaVM_:

Collaboration graph
[legend]
List of all members.

Public Methods

jint DestroyJavaVM ()
jint AttachCurrentThread (void **penv, void *args)
jint DetachCurrentThread ()
jint GetEnv (void **penv, jint version)

Public Attributes

const struct JNIInvokeInterface_functions

Member Function Documentation

jint JavaVM_::AttachCurrentThread ( void ** penv,
void * args ) [inline]
 

Definition at line 1889 of file jni.h.

01889                                                       {
01890         return functions->AttachCurrentThread(this, penv, args);
01891     }

jint JavaVM_::DestroyJavaVM ( ) [inline]
 

Definition at line 1886 of file jni.h.

01886                          {
01887         return functions->DestroyJavaVM(this);
01888     }

jint JavaVM_::DetachCurrentThread ( ) [inline]
 

Definition at line 1892 of file jni.h.

01892                                {
01893         return functions->DetachCurrentThread(this);
01894     }

jint JavaVM_::GetEnv ( void ** penv,
jint version ) [inline]
 

Definition at line 1896 of file jni.h.

Referenced by JVM_OnLoad().

01896                                            {
01897         return functions->GetEnv(this, penv, version);
01898     }


Member Data Documentation

const struct JNIInvokeInterface_ * JavaVM_::functions
 

Definition at line 1883 of file jni.h.


The documentation for this struct was generated from the following file:
Generated at Sun Jun 24 20:59:11 2001 for xdprof by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001