|
Class Summary |
| ClientGC |
This class implements a the client-side distributed garbage
collection algorithm. |
| CommandGc |
This command is sent by clients (ClientGC instances) that wish
to notify the server that they have garbage-collected remote references. |
| CommandRefer |
A command sent from the client indicating that it refers to a remote
object living on the server side. |
| GcEvent |
A server-side event that can be intercepted for various purposes,
mainly monitoring: it signals that a client GC has synchronized
with the server GC. |
| ServerGC |
This class implements the server-side distributed garbage
collection algorithm. |