Interface | Description |
---|---|
IFinalize |
Interface that is needed for dynamic proxy objects.
|
IMethodReplacement |
Interface to be implemented by the user
for replacing a remote method with custom code.
|
IRemoteCommand |
Remote command interface for commands that the
remote service management can execute.
|
Class | Description |
---|---|
ProxyAgent |
A proxy agent is a pseudo component that mirrors services of a remote platform (or component).
|
ProxyInfo |
Info struct that holds all necessary model information to generate
a proxy on the local platform.
|
ProxyLatencyProperty |
The latency of a remote platform.
|
ProxyReference |
A proxy reference is the transfer format of a remote reference which should
be made to a proxy on the other side.
|
RemoteMethodInvocationHandler |
Class that implements the Java proxy InvocationHandler, which
is called when a method on a proxy is called.
|
RemoteReference |
Remote reference for locating a specific target object in another platform.
|
RemoteReferenceHolder | |
RemoteReferenceModule |
This class implements the rmi handling.
|
RemoteServiceManagementAgent |
Remote service management service that hosts the corresponding
service.
|
RemoteServiceManagementService |
The remote service management service is responsible for
handling remote service invocations (similar to RMI).
|
RemoteServiceManagementService.TimeoutTimerTask |
Timeout timer task for sent messages.
|
RemoteServiceManagementService.WaitingCallInfo |
Waiting call info.
|
TemporaryRemoteReferenceHolder |
A temporary holder is a data struct which keeps track of
open protocols.
|