Searched defs:DGCAckHandler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCAckHandler.java64 public class DGCAckHandler { class
77 private static final Map<UID,DGCAckHandler> idTable =
78 Collections.synchronizedMap(new HashMap<UID,DGCAckHandler>());
85 * Creates a new DGCAckHandler, associated with the specified UID
88 * References added to this DGCAckHandler will be held strongly
95 DGCAckHandler(UID id) { method in class:DGCAckHandler
104 * Adds the specified reference to this DGCAckHandler.
113 * Starts the timer for this DGCAckHandler. After the timeout has
128 * Releases the references held by this DGCAckHandler.
139 * Causes the DGCAckHandler associate
[all...]

Completed in 29 milliseconds