Uses of Interface
java.rmi.Remote
Packages that use Remote
Package
Description
Provides the RMI package.
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.
- 
Uses of Remote in java.rmiModifier and TypeMethodDescriptionstatic RemoteReturns a reference, a stub, for the remote object associated with the specifiedname.
- 
Uses of Remote in java.rmi.activationSubinterfaces of Remote in java.rmi.activationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.See thejava.rmi.activationpackage specification for further information.interfaceDeprecated, for removal: This API element is subject to removal in a future version.See thejava.rmi.activationpackage specification for further information.interfaceDeprecated, for removal: This API element is subject to removal in a future version.See thejava.rmi.activationpackage specification for further information.Classes in java.rmi.activation that implement RemoteModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.See thejava.rmi.activationpackage specification for further information.classDeprecated, for removal: This API element is subject to removal in a future version.See thejava.rmi.activationpackage specification for further information.classDeprecated, for removal: This API element is subject to removal in a future version.See thejava.rmi.activationpackage specification for further information.Methods in java.rmi.activation that return RemoteModifier and TypeMethodDescriptionActivationID.activate(boolean force)Deprecated, for removal: This API element is subject to removal in a future version.Activate the object for this id.static RemoteActivatable.exportObject(Remote obj, ActivationID id, int port)Deprecated, for removal: This API element is subject to removal in a future version.Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.static RemoteActivatable.exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Deprecated, for removal: This API element is subject to removal in a future version.Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.static RemoteActivatable.register(ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.Register an object descriptor for an activatable remote object so that is can be activated on demand.Methods in java.rmi.activation that return types with arguments of type RemoteModifier and TypeMethodDescriptionMarshalledObject<? extends Remote>Activator.activate(ActivationID id, boolean force)Deprecated, for removal: This API element is subject to removal in a future version.Activate the object associated with the activation identifier,id.MarshalledObject<? extends Remote>ActivationInstantiator.newInstance(ActivationID id, ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.The activator calls an instantiator'snewInstancemethod in order to recreate in that group an object with the activation identifier,id, and descriptor,desc.Methods in java.rmi.activation with parameters of type RemoteModifier and TypeMethodDescriptionabstract voidActivationGroup.activeObject(ActivationID id, Remote obj)Deprecated, for removal: This API element is subject to removal in a future version.The group'sactiveObjectmethod is called when an object is exported (either byActivatableobject construction or an explicit call toActivatable.exportObject.static ActivationIDActivatable.exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port)Deprecated, for removal: This API element is subject to removal in a future version.Registers an activation descriptor (with the specified location, data, and restart mode) for the specified object, and exports that object with the specified port.static ActivationIDActivatable.exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Deprecated, for removal: This API element is subject to removal in a future version.Registers an activation descriptor (with the specified location, data, and restart mode) for the specified object, and exports that object with the specified port, and the specified client and server socket factories.static RemoteActivatable.exportObject(Remote obj, ActivationID id, int port)Deprecated, for removal: This API element is subject to removal in a future version.Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.static RemoteActivatable.exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Deprecated, for removal: This API element is subject to removal in a future version.Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.static booleanActivatable.unexportObject(Remote obj, boolean force)Deprecated, for removal: This API element is subject to removal in a future version.Remove the remote object, obj, from the RMI runtime.Method parameters in java.rmi.activation with type arguments of type RemoteModifier and TypeMethodDescriptionprotected voidActivationGroup.activeObject(ActivationID id, MarshalledObject<? extends Remote> mobj)Deprecated, for removal: This API element is subject to removal in a future version.This protected method is necessary for subclasses to make theactiveObjectcallback to the group's monitor.voidActivationMonitor.activeObject(ActivationID id, MarshalledObject<? extends Remote> obj)Deprecated, for removal: This API element is subject to removal in a future version.Informs that an object is now active.
- 
Uses of Remote in java.rmi.dgcSubinterfaces of Remote in java.rmi.dgcModifier and TypeInterfaceDescriptioninterfaceThe DGC abstraction is used for the server side of the distributed garbage collection algorithm.
- 
Uses of Remote in java.rmi.registrySubinterfaces of Remote in java.rmi.registryModifier and TypeInterfaceDescriptioninterfaceRegistryis a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.Methods in java.rmi.registry that return RemoteModifier and TypeMethodDescriptionReturns the remote reference bound to the specifiednamein this registry.Methods in java.rmi.registry with parameters of type Remote
- 
Uses of Remote in java.rmi.serverClasses in java.rmi.server that implement RemoteModifier and TypeClassDescriptionclassTheRemoteObjectclass implements thejava.lang.Objectbehavior for remote objects.classAn implementation of theInvocationHandlerinterface for use with Java Remote Method Invocation (Java RMI).classTheRemoteServerclass is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.classDeprecated.Statically generated stubs are deprecated, since stubs are generated dynamically.classUsed for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object.Methods in java.rmi.server that return RemoteModifier and TypeMethodDescriptionstatic RemoteUnicastRemoteObject.exportObject(Remote obj, int port)Exports the remote object to make it available to receive incoming calls, using the particular supplied port.static RemoteUnicastRemoteObject.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 RemoteUnicastRemoteObject.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 RemoteUnicastRemoteObject.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 RemoteReturns the stub for the remote objectobjpassed as a parameter.Methods in java.rmi.server with parameters of type RemoteModifier and TypeMethodDescriptionvoidSkeleton.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 RemoteStubUnicastRemoteObject.exportObject(Remote obj)Deprecated.This method is deprecated because it supports only static stubs.static RemoteUnicastRemoteObject.exportObject(Remote obj, int port)Exports the remote object to make it available to receive incoming calls, using the particular supplied port.static RemoteUnicastRemoteObject.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 RemoteUnicastRemoteObject.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 RemoteUnicastRemoteObject.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 RemoteReturns the stub for the remote objectobjpassed as a parameter.static booleanUnicastRemoteObject.unexportObject(Remote obj, boolean force)Removes the remote object, obj, from the RMI runtime.
- 
Uses of Remote in javax.management.remote.rmiSubinterfaces of Remote in javax.management.remote.rmiModifier and TypeInterfaceDescriptioninterfaceRMI object used to forward an MBeanServer request from a client to its MBeanServer implementation on the server side.interfaceRMI object used to establish connections to an RMI connector.Classes in javax.management.remote.rmi that implement RemoteModifier and TypeClassDescriptionclassImplementation of theRMIConnectioninterface.classRMIConnectionImpl remote stub.classDeprecated.This transport is no longer supported.classAnRMIServerobject that is exported through JRMP and that creates client connections as RMI objects exported through JRMP.classAn RMI object representing a connector server.classRMIServerImpl remote stub.Methods in javax.management.remote.rmi that return Remote
java.rmi.activationpackage specification for further information.