Module java.rmi
Package java.rmi.server
package java.rmi.server
Provides classes and interfaces for supporting the server side of RMI.
One group of classes are used by the static stubs and skeletons.
Another group of classes implements the RMI Transport protocol.
Deprecated: Skeletons and Static Stubs.
Skeletons and statically generated stubs are deprecated. This
includes the APIs in this package that require the use of skeletons
or static stubs and the runtime support for them. Support for skeletons
and static stubs may be removed in a future release of the
platform. Skeletons are unnecessary, as server-side method dispatching
is handled directly by the RMI runtime. Statically generated stubs are
unnecessary, as stubs are generated dynamically using Proxy
objects. See UnicastRemoteObject
for
information about dynamic stub generation.
- Since:
- 1.1
-
InterfaceDescriptionDeprecated.no replacementDeprecated.no replacement.
RemoteRef
represents the handle for a remote object.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.Deprecated.No replacement.Deprecated.no replacement.A remote object implementation should implement theUnreferenced
interface to receive notification when there are no more clients that reference that remote object. -
ClassDescriptionDeprecated.no replacementAn
ObjID
is used to identify a remote object exported to an RMI runtime.Deprecated.no replacementTheRemoteObject
class implements thejava.lang.Object
behavior for remote objects.An implementation of theInvocationHandler
interface for use with Java Remote Method Invocation (Java RMI).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.RMIClassLoader
comprises static methods to support dynamic class loading with RMI.RMIClassLoaderSpi
is the service provider interface forRMIClassLoader
.AnRMISocketFactory
instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.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.Used for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object. -
ExceptionDescriptionAn
ExportException
is aRemoteException
thrown if an attempt to export a remote object fails.AServerCloneException
is thrown if a remote exception occurs during the cloning of aUnicastRemoteObject
.AnServerNotActiveException
is anException
thrown during a call toRemoteServer.getClientHost
if the getClientHost method is called outside of servicing a remote method call.Deprecated.no replacement.Deprecated.no replacement.Deprecated.This class is obsolete.