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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerWrapper.java65 * TimerWrapper is the application-level representation
72 public class TimerWrapper class in inherits:Timer,IndirectlySerializable
78 TimerWrapper(TimerPrimaryKey timerId, EJBTimerService timerService) { method in class:TimerWrapper
209 if(o instanceof TimerWrapper) {
210 TimerWrapper other = (TimerWrapper) o;
227 * before it has created a TimerWrapper instance.
287 * Used by serialization code to serialize a TimerWrapper. We
289 * we know it started as a TimerWrapper instead of a TimerHandle.
303 * When deserializing the timer wrapper create a TimerWrapper objec
[all...]

Completed in 11 milliseconds