Uses of Interface
java.rmi.server.RemoteRef
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 RemoteRef in java.rmi.server
Modifier and TypeFieldDescriptionprotected RemoteRef
RemoteObject.ref
The object's remote reference.Modifier and TypeMethodDescriptionRemoteObject.getRef()
Returns the remote reference for the remote object.Modifier and TypeMethodDescriptionboolean
RemoteRef.remoteEquals
(RemoteRef obj) Compares two remote objects for equality.protected static void
RemoteStub.setRef
(RemoteStub stub, RemoteRef ref) Deprecated.No replacement.ModifierConstructorDescriptionprotected
RemoteObject
(RemoteRef newref) Creates a remote object, initialized with the specified remote reference.Creates a newRemoteObjectInvocationHandler
constructed with the specifiedRemoteRef
.protected
RemoteServer
(RemoteRef ref) Constructs aRemoteServer
with the given reference type.protected
RemoteStub
(RemoteRef ref) Deprecated.Constructs aRemoteStub
with the specified remote reference. -
Uses of RemoteRef in javax.management.remote.rmi
ModifierConstructorDescriptionConstructor.Constructor.