| java.lang.Object org.ow2.easybeans.component.quartz.EasyBeansTimerHandle
EasyBeansTimerHandle | public class EasyBeansTimerHandle implements TimerHandle(Code) | | Implementation of the Timer handle interface.
author: Florent Benoit |
Method Summary | |
public Timer | getTimer() Obtain a reference to the timer represented by this handle. |
EasyBeansTimerHandle | public EasyBeansTimerHandle(EasyBeansJobDetail easyBeansJobDetail)(Code) | | Constructor. Build an handle for this timer.
Parameters: easyBeansJobDetail - the job detail. |
getTimer | public Timer getTimer() throws IllegalStateException, NoSuchObjectLocalException, EJBException(Code) | | Obtain a reference to the timer represented by this handle.
a reference to the timer represented by this handle. throws: IllegalStateException - If this method is invoked while theinstance is in a state that does not allow access to this method. throws: NoSuchObjectLocalException - If invoked on a handle whoseassociated timer has expired or has been cancelled. throws: EJBException - If this method could not complete due to asystem-level failure. |
|
|