/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
H A D | TimerState.java | 271 public long getContainerId() { method in class:TimerState 434 loadBlob(TimerBean.getContainer(getContainerId()).getClassLoader()); 442 loadBlob(TimerBean.getContainer(getContainerId()).getClassLoader());
|
H A D | StatelessSessionContainer.java | 195 return new StatelessSessionBeanStatsProvider(this, getContainerId(), appName, modName, ejbName); 274 pool= new NonBlockingPool(getContainerId(), ejbDescriptor.getName(), 287 getContainerId(), containerInfo.appName, containerInfo.modName, 303 getContainerId(), containerInfo.appName, containerInfo.modName, 326 getContainerId(), containerInfo.appName, containerInfo.modName, 351 getContainerId(), containerInfo.appName, containerInfo.modName, 386 getContainerId(), containerInfo.appName, containerInfo.modName,
|
H A D | RuntimeTimerState.java | 124 this(timerId, initialExpiration, intervalDuration, container.getContainerId(), 181 long getContainerId() { method in class:RuntimeTimerState
|
H A D | ReadOnlyBeanContainer.java | 185 getContainerId(), getClassLoader(), this); 389 getContainerId()); 632 getContainerId(), primaryKey); 672 distributedReadOnlyBeanService.notifyRefreshAll(getContainerId());
|
H A D | MessageBeanContainer.java | 229 getContainerId(), containerInfo.appName, containerInfo.modName, 239 return new MessageDrivenBeanStatsProvider(getContainerId(), appName, modName, ejbName); 310 messageBeanPool_ = new NonBlockingPool(getContainerId(), appEJBName_, objFactory, 515 ejbProbeNotifier.ejbBeanDestroyedEvent(getContainerId(), 720 ejbProbeNotifier.ejbBeanCreatedEvent(getContainerId(), 1218 ejbProbeNotifier.messageDeliveredEvent(getContainerId(),
|
H A D | StatefulSessionContainer.java | 332 getContainerId(), containerInfo.appName, containerInfo.modName, 374 return new StatefulSessionBeanStatsProvider(this, getContainerId(), appName, modName, ejbName); 673 long containerID = this.getContainerId(); 749 ejbProbeNotifier.ejbBeanCreatedEvent(getContainerId(), 1008 ejbProbeNotifier.ejbBeanDestroyedEvent(getContainerId(), 1167 //TODO SFSBClientVersionManager.removeClientVersion(getContainerId(), sessionKey); 2116 cacheProbeNotifier.ejbBeanPassivatedEvent(getContainerId(), 2185 cacheProbeNotifier.ejbBeanPassivatedEvent(getContainerId(), 2199 cacheProbeNotifier.ejbBeanPassivatedEvent(getContainerId(), 2482 newRefInfo = new EEMRefInfo(emRefName, unitName, super.getContainerId(), [all...] |
H A D | EJBTimerService.java | 544 long containerId = timer.getContainerId(); 579 long containerId = timer.getContainerId(); 1526 rt.getContainerId(), ownerIdOfThisServer_, false); 1754 BaseContainer container = getContainer(timerState.getContainerId()); 1955 BaseContainer container = getContainer(timerState.getContainerId()); 2471 Long containerId = timerState.getContainerId(); 2515 Long containerId = timerState.getContainerId(); 2578 if ((rt.getContainerId() == containerId_)) { 2592 if ((rt.getContainerId() == containerId_) && rt.isActive()) {
|
H A D | AbstractSingletonContainer.java | 304 return new SingletonBeanStatsProvider(getContainerId(), appName, modName, ejbName); 315 ejbProbeNotifier.ejbBeanCreatedEvent(getContainerId(),
|
H A D | BaseContainer.java | 941 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...] |
H A D | EjbContainerUtilImpl.java | 331 id2Container.put(container.getContainerId(), container); 335 id2Container.remove(container.getContainerId());
|
H A D | TimerBean.java | 293 timer.getTimerId() + " ::containerId=" + timer.getContainerId() + 385 timer.getContainerId(), timer.getOwnerId());
|
H A D | EntityContainer.java | 385 entityCtxPool = new NonBlockingPool(getContainerId(), ejbDescriptor.getName(), 410 getContainerId(), containerInfo.appName, containerInfo.modName, 415 getContainerId(), containerInfo.appName, containerInfo.modName, 423 return new EntityBeanStatsProvider(this, getContainerId(), appName, modName, ejbName); 752 getContainerId(), containerInfo.appName, containerInfo.modName, 1099 getContainerId(), containerInfo.appName, containerInfo.modName, 1138 ejbTimerService.cancelEntityBeanTimers(getContainerId(),
|