TPTP 4.4.0 Platform Project
Public API Specification

Package org.eclipse.hyades.execution.invocation

Interface Summary
IRemote  
IRemoteObject  
 

Class Summary
CallData Instances of this type store data pertaining to a method call that is to be marshalled or unmarshalled.
Invoker This class knows how to invoke a specified method call on a specified object.
MarshalData This is the supertype of classes that are essentially data holders that are used during the marshalling and unmarshalling of data that is to be sent between processes in support of remote method invocation semantics.
Marshaller This class knows how to marshal and unmarshal method calls.
RemoteObjectReference This type serves as a remote object reference.
RemoteReferenceInputStream This stream type is used to unmarshal remotely invoked method calls.
RemoteReferenceOutputStream This stream type is used to marshal method calls for remote invocation.
ReturnData ReturnData instances store data that is needed to marshal or unmarshal values that are to be returned as a result of a method invocation.
UpdateablePathClassLoader This classloader re-searches the system classpath (which is specified via the system property, java.class.path) every time it fields a request to find a class or a resource.
 

Exception Summary
RemoteInvocationException Methods that can be remotely invoked should declare this exception in the throws clause.
 


TPTP 4.4.0 Platform Project
Public API Specification