Inheritance diagram for net::threebit::jvr::GC_PARM_BLK:

Public Member Functions | |
| GC_PARM_BLK () throws JVRException | |
| void | finalize () |
Static Package Functions | |
| [static initializer] | |
Private Member Functions | |
| native void | allocateNative () throws JVRException |
| native void | releaseNative () throws JVRException |
Private Attributes | |
| int | offset = -1 |
This class is not supported yet. Supply NULL anywhere where it is required.
Definition at line 30 of file GC_PARM_BLK.java.
|
|
Definition at line 43 of file GC_PARM_BLK.java. References allocateNative(). |
|
|
Reimplemented from net::threebit::jvr::JvrJni. |
|
|
Allocates native resources. Referenced by GC_PARM_BLK(). |
|
|
Definition at line 62 of file GC_PARM_BLK.java. References releaseNative(). |
|
|
Releases native resources. Referenced by finalize(). |
|
|
Offset within native context GC_PARM_BLK array that is allocated to this instance. A value of -1 means that no instance has been allocated. Definition at line 38 of file GC_PARM_BLK.java. |
1.3.5