Package gnu.cajo
Class Cajo.Purger
java.lang.Object
gnu.cajo.Cajo.Purger
- All Implemented Interfaces:
Invoke
,Serializable
,Remote
- Enclosing class:
Cajo
This internal use only helper class automatically removes unresponsive
server references from the internal queue. It cannot be instantiated
outside this class, it is made public only because it is being invoked
reflectively.
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
object
-
items
-
-
Constructor Details
-
Purger
-
-
Method Details
-
invoke
This method, invoked transparently when any remote server method is called, monitors the progress of the invocation. If the call results in a java.rmi.RemoteException, the server object reference will be deleted from the internal queue automatically. All exceptions will be propagated out to the client.
-