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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DRuntimeTimerState.java124 this(timerId, initialExpiration, intervalDuration, container.getContainerId(),
181 long getContainerId() { method in class:RuntimeTimerState
H A DTimerState.java271 public long getContainerId() { method in class:TimerState
434 loadBlob(TimerBean.getContainer(getContainerId()).getClassLoader());
442 loadBlob(TimerBean.getContainer(getContainerId()).getClassLoader());
H A DBaseContainer.java941 final long getContainerId() { method in class:BaseContainer
2448 ejbTimerService.destroyTimers(getContainerId());
2457 ejbTimerService.stopTimers(getContainerId());
2688 if( otherContainer.getContainerId() == getContainerId() ) {
3849 businessIntfClass, getContainerId(), handler);
3874 businessIntfClass, getContainerId(), handler);
4010 getContainerId(), getApplicationId(), schedules, deploy0);
4125 ejbProbeNotifier.ejbContainerEnteringEvent(getContainerId(),
4132 ejbProbeNotifier.ejbContainerLeavingEvent(getContainerId(),
[all...]

Completed in 33 milliseconds