|
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. |