| ObjectDescriptor |
Stores object description.
|
| RemoteConnection |
Defines set of abstract methods which one must overwrite for any kind to implement a communication mechanism.
|
| RemoteCursoredStream |
Purpose:
The object is used as a wrapper to the CursoredStream object in the remote transaction (via RMI, CORBA, etc.)
|
| RemoteScrollableCursor |
Purpose:
The object is used as a wrapper to the ScrollableCursor object in the remote transaction (via RMI, CORBA, etc.)
|
| RemoteSessionController |
RemoteSessionController sits between the remote session (on the client)
and whatever session is running on the server.
|
| RemoteUnitOfWork |
Counter part of the unit of work which exists on the client side.
|
| RemoteValueHolder |
Remote value holders can be invoked locally and remotely.
|
| RemoveServerSideRemoteValueHolderCommand |
Purpose: This class provides an implementation of a RemoteSessionCommand
|
| ReplaceValueHoldersIterator |
Helper class for RemoteSessionController.
|
| SequencingFunctionCall |
Purpose: This class declares sequencing remote function calls classes
|
| SequencingFunctionCall.DoesExist |
|
| SequencingFunctionCall.GetNextValue |
|
| SequencingFunctionCall.WhenShouldAcquireValueForAll |
|
| SimpleFunctionCall |
Purpose: RemoteFunctionCall's interface implementors that
don't use remoteSessionController parameter in execute method
may extend this class
|
| Transporter |
As the name signifies the object is responsible for carrying read objects from the server to the client.
|