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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DRuntimeTimerState.java85 private static final int CANCELLED = 3; field in class:RuntimeTimerState
221 * Transition from CANCELLED to DELIVERED when ejbTimeout calls
249 printStateTransition(state_, CANCELLED);
253 state_ = CANCELLED;
268 case CANCELLED :
269 return "CANCELLED";
314 return (state_ != CANCELLED);
318 return (state_ == CANCELLED);
H A DTimerState.java169 public static final int CANCELLED = 1; field in class:TimerState
382 case CANCELLED :
471 return (state == CANCELLED);

Completed in 12 milliseconds