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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerState.java63 * TimerState represents the state of a persistent EJB Timer.
165 public class TimerState implements Serializable { class in inherits:Serializable
333 public TimerState () { method in class:TimerState
336 public TimerState (String timerId, long containerId, long applicationId, method in class:TimerState

Completed in 20 milliseconds