Uses of Package
java.rmi.server
Packages that use java.rmi.server
Package
Description
Provides support for RMI Object Activation.
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.- 
Classes in java.rmi.server used by java.rmi.activationClassDescriptionTheRemoteObjectclass implements thejava.lang.Objectbehavior for remote objects.RemoteRefrepresents the handle for a remote object.TheRemoteServerclass 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.AnRMIClientSocketFactoryinstance is used by the RMI runtime in order to obtain client sockets for RMI calls.AnRMIServerSocketFactoryinstance is used by the RMI runtime in order to obtain server sockets for RMI calls.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
- 
Classes in java.rmi.server used by java.rmi.registryClassDescriptionAnRMIClientSocketFactoryinstance is used by the RMI runtime in order to obtain client sockets for RMI calls.AnRMIServerSocketFactoryinstance is used by the RMI runtime in order to obtain server sockets for RMI calls.
- 
Classes in java.rmi.server used by java.rmi.serverClassDescriptionAnExportExceptionis aRemoteExceptionthrown if an attempt to export a remote object fails.Deprecated.no replacementAnObjIDis used to identify a remote object exported to an RMI runtime.Deprecated.no replacementDeprecated.no replacement.TheRemoteObjectclass implements thejava.lang.Objectbehavior for remote objects.RemoteRefrepresents the handle for a remote object.TheRemoteServerclass 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.RMIClassLoaderSpiis the service provider interface forRMIClassLoader.AnRMIClientSocketFactoryinstance is used by the RMI runtime in order to obtain client sockets for RMI calls.AnRMIFailureHandlercan be registered via theRMISocketFactory.setFailureHandlercall.AnRMIServerSocketFactoryinstance is used by the RMI runtime in order to obtain server sockets for RMI calls.AnRMISocketFactoryinstance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.AnServerNotActiveExceptionis anExceptionthrown during a call toRemoteServer.getClientHostif the getClientHost method is called outside of servicing a remote method call.AUIDrepresents 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.rmiClassDescriptionTheRemoteObjectclass implements thejava.lang.Objectbehavior for remote objects.RemoteRefrepresents the handle for a remote object.Deprecated.Statically generated stubs are deprecated, since stubs are generated dynamically.AnRMIClientSocketFactoryinstance is used by the RMI runtime in order to obtain client sockets for RMI calls.AnRMIServerSocketFactoryinstance is used by the RMI runtime in order to obtain server sockets for RMI calls.A remote object implementation should implement theUnreferencedinterface to receive notification when there are no more clients that reference that remote object.
- 
Classes in java.rmi.server used by javax.rmi.sslClassDescriptionAnRMIClientSocketFactoryinstance is used by the RMI runtime in order to obtain client sockets for RMI calls.AnRMIServerSocketFactoryinstance is used by the RMI runtime in order to obtain server sockets for RMI calls.