| java.lang.Object org.objectweb.jonas_ejb.container.JTimerHandle
JTimerHandle | public class JTimerHandle implements TimerHandle(Code) | | TimerHandle implementation
|
getTimer | public Timer getTimer() throws IllegalStateException, NoSuchObjectLocalException, EJBException(Code) | | a reference to the timer represented by this handle. throws: java.lang.IllegalStateException - If this method is invoked while the instanceis in a state that does not allow access to this method. throws: NoSuchObjectLocalException - If invoked on a handle whose associated timerhas expired or has been cancelled. throws: EJBException - If this method could not complete due to a system-level failure. |
restartTimer | public Timer restartTimer() throws IllegalStateException, NoSuchObjectLocalException, EJBException(Code) | | Restart a Timer read from disk (persistent timer)
throws: IllegalStateException - throws: NoSuchObjectLocalException - throws: EJBException - |
|
|