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

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCClient.java132 * table before EndpointEntry.registerRefs() is able to acquire
136 EndpointEntry epEntry;
138 epEntry = EndpointEntry.lookup(ep);
145 * synchronized on the EndpointEntry whose data structures the
166 * EndpointEntry encapsulates the client-side DGC information specific
171 private static class EndpointEntry { class in class:DGCClient
207 /** global endpoint table: maps Endpoint to EndpointEntry */
208 private static Map<Endpoint,EndpointEntry> endpointTable = new HashMap<>(5);
213 * Look up the EndpointEntry for the given Endpoint. An entry is
216 public static EndpointEntry looku
237 private EndpointEntry(final Endpoint endpoint) { method in class:DGCClient.EndpointEntry
[all...]

Completed in 31 milliseconds