Uses of Class
java.rmi.server.RemoteStub
Package
Description
Provides support for RMI Object Activation.
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 RemoteStub in java.rmi.activation
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RemoteStub in java.rmi.server
Modifier and TypeMethodDescriptionServerRef.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.Modifier and TypeMethodDescriptionprotected static void
RemoteStub.setRef(RemoteStub stub, RemoteRef ref)
Deprecated.No replacement. -
Uses of RemoteStub in javax.management.remote.rmi
Modifier and TypeClassDescriptionclass
RMIConnectionImpl remote stub.class
RMIServerImpl remote stub.
java.rmi.activation
package specification for further information.