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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEJBTimerServiceWrapper.java207 Collection timerIds = new HashSet();
211 timerIds = timerService_.getTimerIds
222 for(Iterator iter = timerIds.iterator(); iter.hasNext();) {
H A DTimerLocal.java79 void remove(Set<TimerPrimaryKey> timerIds); argument
H A DTimerBean.java352 public void remove(Set<TimerPrimaryKey> timerIds) { argument
353 for(TimerPrimaryKey timerId: timerIds) {
H A DEJBTimerService.java783 Set<TimerPrimaryKey> timerIds = null;
785 timerIds = timerLocal_.findTimerIdsByContainer(containerId);
786 timerIds.addAll(timerCache_.getNonPersistentTimerIdsForContainer(containerId));
788 for(TimerPrimaryKey nextTimerId: timerIds) {
838 Set<TimerPrimaryKey> timerIds = null;

Completed in 21 milliseconds