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

Uses in package gnu.java.rmi.dgc

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

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

Uses in package gnu.java.rmi.server

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

class
The activatable server reference works like UnicastServerReference, but it additionally activates the associated object on demand, during the first incoming call.

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

void
Connect this server reference to the server, allowing the local implementation, associated with this object, to receive remote calls.
boolean
Remove the given server reference.

Methods with return type gnu.java.rmi.server.UnicastServerRef

UnicastServerRef
Get the exported reference of the given Remote.