sun.rmi.server |
|
Java Source File Name | Type | Comment |
ActivatableRef.java | Class | |
ActivatableServerRef.java | Class | Server-side ref for a persistent remote impl. |
Activation.java | Class | The Activator facilitates remote object activation. |
ActivationGroupImpl.java | Class | The default activation group implementation. |
ActivationGroupInit.java | Class | This is the bootstrap code to start a VM executing an activation
group.
The activator spawns (as a child process) an activation group as needed
and directs activation requests to the appropriate activation
group. |
Dispatcher.java | Interface | The Dispatcher interface allows the transport to make
the upcall to the server side remote reference. |
InactiveGroupException.java | Class | Thrown if a local or remote call is made on a group implementation
instance that is inactive. |
LoaderHandler.java | Class | LoaderHandler provides the implementation of the static
methods of the java.rmi.server.RMIClassLoader class. |
MarshalInputStream.java | Class | MarshalInputStream is an extension of ObjectInputStream. |
MarshalOutputStream.java | Class | A MarshalOutputStream extends ObjectOutputStream to add functions
specific to marshaling of remote object references. |
UnicastRef.java | Class | NOTE: There is a JDK-internal dependency on the existence of this
class's getLiveRef method (as it is inherited by UnicastRef2) in
the implementation of javax.management.remote.rmi.RMIConnector. |
UnicastRef2.java | Class | NOTE: There is a JDK-internal dependency on the existence of this
class and its getLiveRef method (inherited from UnicastRef) in the
implementation of javax.management.remote.rmi.RMIConnector. |
UnicastServerRef.java | Class | UnicastServerRef implements the remote reference layer server-side
behavior for remote objects exported with the "UnicastRef" reference
type. |
UnicastServerRef2.java | Class | Server-side ref for a remote impl that uses a custom socket factory. |
Util.java | Class | A utility class with static methods for creating stubs/proxies and
skeletons for remote objects. |
WeakClassHashMap.java | Class | Abstract class that maps Class objects to lazily-computed values of
type V. |