/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/sfsb/util/ |
H A D | SFSBVersionManager.java | 62 public void removeAll(long containerId); argument
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
H A D | EJBLocalObjectInvocationHandlerDelegate.java | 65 private long containerId; field in class:EJBLocalObjectInvocationHandlerDelegate 69 EJBLocalObjectInvocationHandlerDelegate(Class intfClass, long containerId, argument 72 this.containerId = containerId; 99 return (int) containerId; 109 if ((containerId == otherDelegate.containerId) 131 containerId, intfClass.getName(), delegate.getKey(), 139 private long containerId; field in class:EJBLocalObjectInvocationHandlerDelegate.SerializableLocalObjectDelegate 145 SerializableLocalObjectDelegate(long containerId, argument [all...] |
H A D | EJBLocalObjectImpl.java | 245 private long containerId; field in class:EJBLocalObjectImpl.SerializableLocalObject 256 SerializableLocalObject(long containerId, argument 260 this.containerId = containerId; 274 BaseContainer container = EjbContainerUtilImpl.getInstance().getContainer(containerId);
|
H A D | RuntimeTimerState.java | 130 long containerId, 149 containerId_ = containerId; 128 RuntimeTimerState(TimerPrimaryKey timerId, Date initialExpiration, long intervalDuration, long containerId, BaseContainer container, Object timedObjectPkey, TimerSchedule schedule, Serializable info, boolean persistent) argument
|
H A D | TimerLocal.java | 69 long containerId, long applicationId, String ownerId, 85 Set findTimerIdsByContainer(long containerId); argument 86 Set findActiveTimerIdsByContainer(long containerId); argument 87 Set findCancelledTimerIdsByContainer(long containerId); argument 89 Set findTimerIdsOwnedByThisServerByContainer(long containerId); argument 90 Set findActiveTimerIdsOwnedByThisServerByContainer(long containerId); argument 91 Set findCancelledTimerIdsOwnedByThisServerByContainer(long containerId); argument 106 Set findTimersByContainer(long containerId); argument 107 Set findActiveTimersByContainer(long containerId); argument 108 Set findCancelledTimersByContainer(long containerId); argument 68 createTimer(String timerId, long containerId, long applicationId, String ownerId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, TimerSchedule schedule, TimerConfig timerConfig) argument 110 findTimersOwnedByThisServerByContainer(long containerId) argument 111 findActiveTimersOwnedByThisServerByContainer(long containerId) argument 112 findCancelledTimersOwnedByThisServerByContainer(long containerId) argument 128 countTimersByContainer(long containerId) argument 129 countActiveTimersByContainer(long containerId) argument 130 countCancelledTimersByContainer(long containerId) argument 132 countTimersOwnedByThisServerByContainer(long containerId) argument 133 countActiveTimersOwnedByThisServerByContainer(long containerId) argument 134 countCancelledTimersOwnedByThisServerByContainer(long containerId) argument 154 deleteTimersByContainer(long containerId) argument [all...] |
H A D | TimerState.java | 72 query="SELECT t.timerId FROM Timer t WHERE t.containerId = ?1" 76 query="SELECT t.timerId FROM Timer t WHERE t.containerId = ?1 AND t.state=?2" 80 query="SELECT t.timerId FROM Timer t WHERE t.containerId = ?1 AND t.ownerId=?2" 84 query="SELECT t.timerId FROM Timer t WHERE t.containerId = ?1 AND t.ownerId=?2 AND t.state=?3" 96 query="SELECT t FROM Timer t WHERE t.containerId = ?1" 100 query="SELECT t FROM Timer t WHERE t.containerId = ?1 AND t.state=?2" 104 query="SELECT t FROM Timer t WHERE t.containerId = ?1 AND t.ownerId=?2" 108 query="SELECT t FROM Timer t WHERE t.containerId = ?1 AND t.ownerId=?2 AND t.state=?3" 133 query="SELECT COUNT(t) FROM Timer t WHERE t.containerId = ?1" 137 query="SELECT COUNT(t) FROM Timer t WHERE t.containerId 195 private long containerId; field in class:TimerState 275 setContainerId(long containerId) argument 336 TimerState(String timerId, long containerId, long applicationId, String ownerId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, TimerSchedule schedule, Serializable info) argument [all...] |
H A D | TimerBean.java | 112 public Set findTimerIdsByContainer(long containerId) { argument 114 q.setParameter(1, containerId); 119 (long containerId, int state) { 121 q.setParameter(1, containerId); 127 (long containerId, String ownerId) { 129 q.setParameter(1, containerId); 135 (long containerId, String ownerId, int state) { 137 q.setParameter(1, containerId); 162 public Set findTimersByContainer(long containerId) { argument 164 q.setParameter(1, containerId); 118 findTimerIdsByContainerAndState(long containerId, int state) argument 126 findTimerIdsByContainerAndOwner(long containerId, String ownerId) argument 134 findTimerIdsByContainerAndOwnerAndState(long containerId, String ownerId, int state) argument 168 findTimersByContainerAndState(long containerId, int state) argument 176 findTimersByContainerAndOwner(long containerId, String ownerId) argument 184 findTimersByContainerAndOwnerAndState(long containerId, String ownerId, int state) argument 218 countTimersByContainer(long containerId) argument 224 countTimersByContainerAndState(long containerId, int state) argument 232 countTimersByContainerAndOwner(long containerId, String ownerId) argument 240 countTimersByContainerAndOwnerAndState(long containerId, String ownerId, int state) argument 273 createTimer(String timerId, long containerId, long applicationId, String ownerId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, TimerSchedule schedule, TimerConfig timerConfig) argument 417 findActiveTimerIdsByContainer(long containerId) argument 422 findCancelledTimerIdsByContainer(long containerId) argument 427 findTimerIdsOwnedByThisServerByContainer(long containerId) argument 433 findActiveTimerIdsOwnedByThisServerByContainer(long containerId) argument 440 findCancelledTimerIdsOwnedByThisServerByContainer(long containerId) argument 482 findActiveTimersByContainer(long containerId) argument 487 findCancelledTimersByContainer(long containerId) argument 492 findTimersOwnedByThisServerByContainer(long containerId) argument 498 findActiveTimersOwnedByThisServerByContainer(long containerId) argument 505 findCancelledTimersOwnedByThisServerByContainer(long containerId) argument 548 countActiveTimersByContainer(long containerId) argument 553 countCancelledTimersByContainer(long containerId) argument 558 countTimersOwnedByThisServerByContainer(long containerId) argument 564 countActiveTimersOwnedByThisServerByContainer(long containerId) argument 571 countCancelledTimersOwnedByThisServerByContainer(long containerId) argument 679 deleteTimersByContainer(long containerId) argument 722 getContainer(long containerId) argument [all...] |
H A D | EJBTimerService.java | 544 long containerId = timer.getContainerId(); 545 BaseContainer container = getContainer(containerId); 579 long containerId = timer.getContainerId(); 582 BaseContainer container = getContainer(containerId); 711 " for container that is not up: " + containerId); 747 void cancelEntityBeanTimers(long containerId, Object primaryKey) { argument 753 Collection<TimerState> timers = getTimers(containerId, primaryKey); 757 containerId + ", " + primaryKey); 769 new Object[] { String.valueOf(containerId), primaryKey }); 782 void stopTimers(long containerId) { argument 821 destroyTimers(long containerId) argument 1084 createTimer(long containerId, long applicationId, Object timedObjectPrimaryKey, long initialDuration, long intervalDuration, TimerConfig timerConfig) argument 1100 createTimer(long containerId, long applicationId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, TimerConfig timerConfig) argument 1110 createTimer(long containerId, long applicationId, TimerSchedule schedule, TimerConfig timerConfig, String server_name) argument 1121 createTimer(long containerId, long applicationId, Object timedObjectPrimaryKey, TimerSchedule schedule, TimerConfig timerConfig) argument 1133 createTimer(long containerId, long applicationId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, TimerSchedule schedule, TimerConfig timerConfig) argument 1146 createTimer(long containerId, long applicationId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, TimerSchedule schedule, TimerConfig timerConfig, String server_name) argument 1251 recoverAndCreateSchedules( long containerId, long applicationId, Map<Method, List<ScheduledTimerDescriptor>> schedules, boolean deploy) argument 1305 createSchedules(long containerId, long applicationId, Map<MethodDescriptor, List<ScheduledTimerDescriptor>> methodDescriptorSchedules, String server_name) argument 1333 createSchedules(long containerId, long applicationId, Map<?, List<ScheduledTimerDescriptor>> schedules, Map<TimerPrimaryKey, Method> result, String server_name, boolean startTimers, boolean deploy) argument 1404 getTimers(long containerId, Object timedObjectPrimaryKey) argument 1451 getTimerIds(long containerId, Object timedObjectPrimaryKey) argument 1492 getTimerClassLoader(long containerId) argument 1716 getContainer(long containerId) argument 2178 addTimerSynchronization(EJBContextImpl context_, String timerId, Date initialExpiration, long containerId, String ownerId) argument 2186 addTimerSynchronization(EJBContextImpl context_, String timerId, Date initialExpiration, long containerId, String ownerId, boolean persistent) argument 2218 cancelTimerSynchronization(EJBContextImpl context_, TimerPrimaryKey timerId, long containerId, String ownerId) argument 2225 cancelTimerSynchronization(EJBContextImpl context_, TimerPrimaryKey timerId, long containerId, String ownerId, boolean persistent) argument 2555 entityBeanHasTimers(long containerId, Object pkey) argument 2564 containerHasTimers(long containerId) argument [all...] |
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/io/ |
H A D | EJBObjectOutputStream.java | 187 long containerId = -1; 190 containerId = Utility.bytesToLong(oid, EJBID_OFFSET); 198 result = new SerializableS1ASEJBHomeReference(containerId); 201 new SerializableS1ASEJBObjectReference(containerId, 209 containerId, key); 271 protected long containerId; field in class:AbstractSerializableS1ASEJBReference 278 AbstractSerializableS1ASEJBReference(long containerId) { argument 279 this.containerId = containerId; 280 BaseContainer container = EjbContainerUtilImpl.getInstance().getContainer(containerId); 333 SerializableS1ASEJBHomeReference(long containerId) argument 372 SerializableS1ASEJBObjectReference(long containerId, byte[] objKey, int keySize, String remoteBusinessInterfaceName) argument [all...] |