Uses of Interface
java.rmi.Remote
Package
Description
Provides the RMI package.
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.
-
Uses of Remote in java.rmi
Modifier and TypeMethodDescriptionstatic Remote
Returns a reference, a stub, for the remote object associated with the specifiedname
. -
Uses of Remote in java.rmi.dgc
Modifier and TypeInterfaceDescriptioninterface
The DGC abstraction is used for the server side of the distributed garbage collection algorithm. -
Uses of Remote in java.rmi.registry
Modifier and TypeInterfaceDescriptioninterface
Registry
is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.Modifier and TypeMethodDescriptionReturns the remote reference bound to the specifiedname
in this registry. -
Uses of Remote in java.rmi.server
Modifier and TypeClassDescriptionclass
TheRemoteObject
class implements thejava.lang.Object
behavior for remote objects.class
An implementation of theInvocationHandler
interface for use with Java Remote Method Invocation (Java RMI).class
TheRemoteServer
class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.class
Deprecated.Statically generated stubs are deprecated, since stubs are generated dynamically.class
Used for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object.Modifier and TypeMethodDescriptionstatic Remote
UnicastRemoteObject.exportObject
(Remote obj, int port) Exports the remote object to make it available to receive incoming calls, using the particular supplied port.static Remote
UnicastRemoteObject.exportObject
(Remote obj, int port, ObjectInputFilter filter) Exports the remote object to make it available to receive incoming calls, using the particular supplied port and filter.static Remote
UnicastRemoteObject.exportObject
(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Exports the remote object to make it available to receive incoming calls, using a transport specified by the given socket factory.static Remote
UnicastRemoteObject.exportObject
(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, ObjectInputFilter filter) Exports the remote object to make it available to receive incoming calls, using a transport specified by the given socket factory and filter.static Remote
Returns the stub for the remote objectobj
passed as a parameter.Modifier and TypeMethodDescriptionvoid
Skeleton.dispatch
(Remote obj, RemoteCall theCall, int opnum, long hash) Deprecated.no replacementServerRef.exportObject
(Remote obj, Object data) Deprecated.Creates a client stub object for the supplied Remote object.static RemoteStub
UnicastRemoteObject.exportObject
(Remote obj) Deprecated.This method is deprecated because it supports only static stubs.static Remote
UnicastRemoteObject.exportObject
(Remote obj, int port) Exports the remote object to make it available to receive incoming calls, using the particular supplied port.static Remote
UnicastRemoteObject.exportObject
(Remote obj, int port, ObjectInputFilter filter) Exports the remote object to make it available to receive incoming calls, using the particular supplied port and filter.static Remote
UnicastRemoteObject.exportObject
(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Exports the remote object to make it available to receive incoming calls, using a transport specified by the given socket factory.static Remote
UnicastRemoteObject.exportObject
(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, ObjectInputFilter filter) Exports the remote object to make it available to receive incoming calls, using a transport specified by the given socket factory and filter.Invoke a method.static Remote
Returns the stub for the remote objectobj
passed as a parameter.static boolean
UnicastRemoteObject.unexportObject
(Remote obj, boolean force) Removes the remote object, obj, from the RMI runtime. -
Uses of Remote in javax.management.remote.rmi
Modifier and TypeInterfaceDescriptioninterface
RMI object used to forward an MBeanServer request from a client to its MBeanServer implementation on the server side.interface
RMI object used to establish connections to an RMI connector.Modifier and TypeClassDescriptionclass
Implementation of theRMIConnection
interface.final class
RMIConnectionImpl remote stub.class
AnRMIServer
object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP.class
An RMI object representing a connector server.final class
RMIServerImpl remote stub.