|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseInterface
Interface 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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |