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

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivationGroupImpl.java68 private final Hashtable<ActivationID,ActiveEntry> active =
223 ActiveEntry entry = active.get(id);
295 entry = new ActiveEntry(impl);
368 ActiveEntry entry = active.get(id);
448 ActiveEntry entry = new ActiveEntry(impl);
466 private static class ActiveEntry { class in class:ActivationGroupImpl
470 ActiveEntry(Remote impl) throws ActivationException { method in class:ActivationGroupImpl.ActiveEntry

Completed in 29 milliseconds