Uses of Class
java.rmi.server.RemoteStub
Package
Description
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.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 TypeClassDescriptionfinal class
RMIConnectionImpl remote stub.final class
RMIServerImpl remote stub.