|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--gov.llnl.sidl.BaseClass
Class BaseClass
is the base class for all SIDL Java classes
in the run-time system. This class provides support for dymaic loading,
Java JNI name registration, and reference counting.
Field Summary | |
protected long |
d_ior
|
Constructor Summary | |
protected |
BaseClass(long ior)
Construct a BaseClass object and initialize the IOR
reference to point to a valid SIDL IOR structure. |
Method Summary | |
BaseInterface |
_cast(java.lang.String name)
Cast this object to the specified SIDL name. |
long |
_get_ior()
Retrieve a reference to the SIDL IOR structure. |
static void |
_registerNatives(java.lang.String sidl_symbol)
Register native functions for the SIDL interface or class specified in the argument. |
protected void |
finalize()
The finalizer of this method decreases the IOR reference count to this Java object and then calls other finalizers in the chain. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface gov.llnl.sidl.BaseInterface |
addRef |
Field Detail |
protected long d_ior
Constructor Detail |
protected BaseClass(long ior)
BaseClass
object and initialize the IOR
reference to point to a valid SIDL IOR structure.
Method Detail |
public static void _registerNatives(java.lang.String sidl_symbol)
public final long _get_ior()
_get_ior
in interface BaseInterface
public final BaseInterface _cast(java.lang.String name)
_cast
in interface BaseInterface
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |