TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.invocation
Class RemoteObjectReference

java.lang.Object
  extended byorg.eclipse.hyades.execution.invocation.RemoteObjectReference
All Implemented Interfaces:
java.io.Serializable

public class RemoteObjectReference
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

RemoteObjectReference

public RemoteObjectReference(java.lang.Integer uniqueId)
Create a reference to the remote object associated with uniqueId

Parameters:
uniqueId -
Method Detail

getReferencedObject

public java.lang.Object getReferencedObject()
Get the object referred to by this reference.

Returns:

TPTP 4.4.0 Platform Project
Public API Specification