Uses of Interface java.rmi.server.RemoteRef

Uses in package java.rmi.server

Constructors with parameter type java.rmi.server.RemoteRef

Construct the remote invocation handler that forwards calls to the given remote object.
Does nothing, delegates to super(ref).
Constructs the remote stub that uses given remote reference for the method invocations.
Does nothing, delegates to super(ref).

Fields of type java.rmi.server.RemoteRef

RemoteRef

Methods with parameter type java.rmi.server.RemoteRef

boolean
Compare two remote objects for equality.
void
Sets the given remote reference for the given stub.

Methods with return type java.rmi.server.RemoteRef

RemoteRef

Uses in package gnu.java.rmi.registry

Constructors with parameter type java.rmi.server.RemoteRef

Uses in package gnu.java.rmi.dgc

Classes implementing java.rmi.server.RemoteRef

class
The DGC implementation is used for the server side during the distributed garbage collection.

Constructors with parameter type java.rmi.server.RemoteRef

Constructs the remote stub that uses given remote reference for the method invocations.

Uses in package java.rmi.activation

Constructors with parameter type java.rmi.server.RemoteRef

Creates a new instance of ActivationGroup_Stub.

Uses in package gnu.java.rmi.server

Classes implementing java.rmi.server.RemoteRef

class
The activatable reference works like UnicastRef, but if the remote object appears to be not accessible, it tries to reactivate it before reporting any errors.
class
The activatable server reference works like UnicastServerReference, but it additionally activates the associated object on demand, during the first incoming call.
class
class
This class connects the local, remotely available (exported) object to the local RMI server that accepts the remote calls.

Methods with parameter type java.rmi.server.RemoteRef

boolean
void