Searched refs:DGCClient (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DConnectionInputStream.java86 * RegisterRefs now calls DGCClient.referenced on all
94 DGCClient.registerRefs(entry.getKey(), entry.getValue());
H A DDGCClient.java50 * DGCClient implements the client-side of the RMI distributed garbage
53 * The external interface to DGCClient is the "registerRefs" method.
55 * registered with the DGCClient to participate in distributed garbage
63 * on a particular server exist, the DGCClient periodically sends more
66 * The DGCClient tracks the local reachability of registered LiveRef
78 final class DGCClient { class
119 private DGCClient() {} method in class:DGCClient
H A DLiveRef.java312 DGCClient.registerRefs(ep, Arrays.asList(new LiveRef[] { ref }));

Completed in 69 milliseconds