| Interface | Description |
|---|---|
| IDataStream | |
| RemoteCall.IncomingCallLogger | |
| RemoteCallHandler |
| Class | Description |
|---|---|
| BlockInputStream |
A BlockInputStream is used to read in discrete blocks of data as sent by BlockOutputStream.
|
| BlockOutputStream |
A BlockOutputStream is used to write out a block of data that is received
by a BlockInputStream as a single block.
|
| ProxyHolder |
This is used internally by the RemoteCall system.
|
| ProxyStream |
This class is used to implement streams across a remote connection - you
should not use it directly.
|
| RemoteCall |
A RemoteCall with a RemoteCallHandler can be used to invoke methods on an object
running in one ewe application by a different remote application.
|
| RemoteCallHandlerObject |
A remote call handler is a class that performs two functions:
It receives remote calls from a remote object, invokes it on a local object
and then dispatches the results to the source remote object.
|
| RemoteCallTask |
This class was useful before the java.lang.reflect.Proxy class was introduced.
|
| RemoteCallWorkerThread |
This class is used by RemoteCallHandlerObject and is not meant to be used
directly.
|
| RemoteProxy |
This class, along with RemoteProxyServer, makes it easy to implement
remote method calls over a streaming connection.
|
| Exception | Description |
|---|---|
| BlockTooBigException | |
| RemoteCall.UnknownException | |
| RemoteCallException | |
| UnknownEncodingException |