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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
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) {

Completed in 14 milliseconds