Uses of Package
java.rmi.server
Package
Description
Provides classes and interface for RMI distributed
garbage-collection (DGC).
Provides a class and two interfaces for the RMI registry.
Provides classes and interfaces for supporting the server side of RMI.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
Provides implementations of
RMIClientSocketFactory
and RMIServerSocketFactory
over
the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.-
-
ClassDescriptionAn
RMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls. -
ClassDescriptionAn
ExportException
is aRemoteException
thrown if an attempt to export a remote object fails.Deprecated.no replacementAnObjID
is used to identify a remote object exported to an RMI runtime.Deprecated.no replacementDeprecated.no replacement.TheRemoteObject
class implements thejava.lang.Object
behavior for remote objects.RemoteRef
represents the handle for a remote object.TheRemoteServer
class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.Deprecated.Statically generated stubs are deprecated, since stubs are generated dynamically.RMIClassLoaderSpi
is the service provider interface forRMIClassLoader
.AnRMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.AnRMIFailureHandler
can be registered via theRMISocketFactory.setFailureHandler
call.AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls.AnRMISocketFactory
instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.AnServerNotActiveException
is anException
thrown during a call toRemoteServer.getClientHost
if the getClientHost method is called outside of servicing a remote method call.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. -
ClassDescriptionThe
RemoteObject
class implements thejava.lang.Object
behavior for remote objects.RemoteRef
represents the handle for a remote object.Deprecated.Statically generated stubs are deprecated, since stubs are generated dynamically.AnRMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls.A remote object implementation should implement theUnreferenced
interface to receive notification when there are no more clients that reference that remote object. -
ClassDescriptionAn
RMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls.