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

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DConnectionOutputStream.java49 private DGCAckHandler dgcAckHandler = null;
83 * DGCAckHandler.
88 dgcAckHandler = new DGCAckHandler(ackID);
94 * Returns this stream's DGCAckHandler, or null if it doesn't have
97 * because future objects written may yet cause a DGCAckHandler to
100 DGCAckHandler getDGCAckHandler() {
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...]
H A DStreamRemoteCall.java207 DGCAckHandler ackHandler = null;
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java69 import sun.rmi.transport.DGCAckHandler;
569 DGCAckHandler.received(UID.read(in));

Completed in 32 milliseconds