|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.execution.invocation.RemoteObjectReference
This type serves as a remote object reference. When remote objects are passed as method arguments, they are passed by reference. Custom input and output serialization streams make use of insances of this type.
| Constructor Summary | |
|---|---|
RemoteObjectReference(java.lang.Integer uniqueId)
Create a reference to the remote object associated with uniqueId |
|
| Method Summary | |
|---|---|
java.lang.Object |
getReferencedObject()
Get the object referred to by this reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RemoteObjectReference(java.lang.Integer uniqueId)
uniqueId
uniqueId - | Method Detail |
public java.lang.Object getReferencedObject()
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||