gov.llnl.sidl
public interface BaseInterface
BaseInterface
is the base interface for all sidl
Java classes in the run-time system. This class provides support for
obtaining the IOR pointer using the _get_ior
method.Modifier and Type | Method and Description |
---|---|
BaseInterface |
_cast2(java.lang.String name)
Cast this object to the specified sidl name.
|
long |
_get_ior()
Return a long reference to the sidl IOR object.
|
java.lang.String |
_getURL()
Returns the URL of this object
|
boolean |
_isLocal()
Returns true if this object is locally implemented, false otherwise
|
boolean |
_isRemote()
Returns true if this object is remotely implemented, false otherwise
|
void |
addRef()
The
addRef method will be implemented by the sidl
base object class. |
long _get_ior()
BaseInterface _cast2(java.lang.String name)
void addRef()
addRef
method will be implemented by the sidl
base object class.java.lang.String _getURL()
boolean _isRemote()
boolean _isLocal()