Uses of Package
java.rmi.server
Package | Description |
---|---|
java.rmi.activation |
Provides support for RMI Object Activation.
|
java.rmi.dgc |
Provides classes and interface for RMI distributed
garbage-collection (DGC).
|
java.rmi.registry |
Provides a class and two interfaces for the RMI registry.
|
java.rmi.server |
Provides classes and interfaces for supporting the server
side of RMI.
|
javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
|
javax.rmi.ssl |
Provides implementations of
RMIClientSocketFactory
and RMIServerSocketFactory over
the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. |
-
Classes in java.rmi.server used by java.rmi.activation Class Description RemoteObject TheRemoteObject
class implements thejava.lang.Object
behavior for remote objects.RemoteRef RemoteRef
represents the handle for a remote object.RemoteServer TheRemoteServer
class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.RemoteStub Deprecated.Statically generated stubs are deprecated, since stubs are generated dynamically.RMIClientSocketFactory AnRMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.RMIServerSocketFactory AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls.UnicastRemoteObject Used for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object. -
Classes in java.rmi.server used by java.rmi.dgc Class Description ObjID AnObjID
is used to identify a remote object exported to an RMI runtime. -
Classes in java.rmi.server used by java.rmi.registry Class Description RMIClientSocketFactory AnRMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.RMIServerSocketFactory AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls. -
Classes in java.rmi.server used by java.rmi.server Class Description ExportException AnExportException
is aRemoteException
thrown if an attempt to export a remote object fails.LogStream Deprecated.no replacementObjID AnObjID
is used to identify a remote object exported to an RMI runtime.Operation Deprecated.no replacementRemoteCall Deprecated.no replacement.RemoteObject TheRemoteObject
class implements thejava.lang.Object
behavior for remote objects.RemoteRef RemoteRef
represents the handle for a remote object.RemoteServer TheRemoteServer
class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.RemoteStub Deprecated.Statically generated stubs are deprecated, since stubs are generated dynamically.RMIClassLoaderSpi RMIClassLoaderSpi
is the service provider interface forRMIClassLoader
.RMIClientSocketFactory AnRMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.RMIFailureHandler AnRMIFailureHandler
can be registered via theRMISocketFactory.setFailureHandler
call.RMIServerSocketFactory AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls.RMISocketFactory AnRMISocketFactory
instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.ServerNotActiveException AnServerNotActiveException
is anException
thrown during a call toRemoteServer.getClientHost
if the getClientHost method is called outside of servicing a remote method call.UID AUID
represents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers. -
Classes in java.rmi.server used by javax.management.remote.rmi Class Description RemoteObject TheRemoteObject
class implements thejava.lang.Object
behavior for remote objects.RemoteRef RemoteRef
represents the handle for a remote object.RemoteStub Deprecated.Statically generated stubs are deprecated, since stubs are generated dynamically.RMIClientSocketFactory AnRMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.RMIServerSocketFactory AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls.Unreferenced A remote object implementation should implement theUnreferenced
interface to receive notification when there are no more clients that reference that remote object. -
Classes in java.rmi.server used by javax.rmi.ssl Class Description RMIClientSocketFactory AnRMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.RMIServerSocketFactory AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls.