Uses of Class gnu.java.rmi.server.UnicastRef

Uses in package gnu.java.rmi.dgc

Classes derived from gnu.java.rmi.server.UnicastRef

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

Constructors with parameter type gnu.java.rmi.server.UnicastRef

Creates the lease renewing task that renews the lease of the given UnicastRef until it is not collected.

Methods with parameter type gnu.java.rmi.server.UnicastRef

Lease
Notify DGC that we still hold this reference.
void
Schedule periodic leases for the given UnicastRef reference.

Uses in package gnu.java.rmi.server

Classes derived from gnu.java.rmi.server.UnicastRef

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
This class connects the local, remotely available (exported) object to the local RMI server that accepts the remote calls.