Uses of Interface
java.rmi.server.RemoteRef
Packages that use 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
Subinterfaces of RemoteRef in java.rmi.serverFields in java.rmi.server declared as RemoteRefModifier and TypeFieldDescriptionprotected RemoteRef
RemoteObject.ref
The object's remote reference.Methods in java.rmi.server that return RemoteRefModifier and TypeMethodDescriptionRemoteObject.getRef()
Returns the remote reference for the remote object.Methods in java.rmi.server with parameters of type RemoteRefModifier and TypeMethodDescriptionboolean
RemoteRef.remoteEquals
(RemoteRef obj) Compares two remote objects for equality.protected static void
RemoteStub.setRef
(RemoteStub stub, RemoteRef ref) Deprecated.No replacement.Constructors in java.rmi.server with parameters of type RemoteRefModifierConstructorDescriptionprotected
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
Constructors in javax.management.remote.rmi with parameters of type RemoteRefModifierConstructorDescriptionConstructor.Constructor.