|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectspace.voyager.corba.CorbaObject
Allows access to the standard CORBA::Object operations.
Method Summary | |
java.lang.Object |
_duplicate()
Return a duplicate reference to my object. |
int |
_hash(int maximum)
Return a hash code based on the object I reference between 0 and the specified maximum value. |
boolean |
_is_a(java.lang.String identifier)
Return true if the object I reference implements the specified interface. |
boolean |
_is_equivalent(java.lang.Object that)
Return true if the object I reference is the same object as the specified object. |
boolean |
_is_nil()
Return true if my reference is null. |
boolean |
_non_existent()
Return true if the object I reference has been garbage collected. |
void |
_release()
Do nothing. |
static CorbaObject |
of(java.lang.Object object)
Return a CorbaObject associated with the specified object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public boolean _is_nil()
public boolean _is_a(java.lang.String identifier)
identifier
- The repository id of the type to test against.public boolean _is_equivalent(java.lang.Object that)
that
- The Object to compare against.public boolean _non_existent()
public int _hash(int maximum)
maximum
- The maximum value of the hash code.public java.lang.Object _duplicate()
public void _release()
public static CorbaObject of(java.lang.Object object) throws java.lang.ClassCastException
object
- Must be a proxy to a local object.
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |