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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DContainerSynchronization.java76 private Hashtable timerSyncs = new Hashtable(); field in class:ContainerSynchronization
117 timerSyncs.put(timerId, sync);
122 return (Synchronization) timerSyncs.get(timerId);
126 timerSyncs.remove(timerId);
226 for ( Iterator iter = timerSyncs.values().iterator();

Completed in 23 milliseconds