|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.component.quartz.EasyBeansTimerHandle
public class EasyBeansTimerHandle
Implementation of the Timer handle interface.
Field Summary | |
---|---|
private EasyBeansJobDetail |
easyBeansJobDetail
JobDetail used to get parameters. |
private static long |
serialVersionUID
Serial version UID for serializable classes. |
Constructor Summary | |
---|---|
EasyBeansTimerHandle(EasyBeansJobDetail easyBeansJobDetail)
Constructor. |
Method Summary | |
---|---|
Timer |
getTimer()
Obtain a reference to the timer represented by this handle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private EasyBeansJobDetail easyBeansJobDetail
Constructor Detail |
---|
public EasyBeansTimerHandle(EasyBeansJobDetail easyBeansJobDetail)
easyBeansJobDetail
- the job detail.Method Detail |
---|
public Timer getTimer() throws java.lang.IllegalStateException, NoSuchObjectLocalException, EJBException
getTimer
in interface TimerHandle
java.lang.IllegalStateException
- If this method is invoked while the
instance is in a state that does not allow access to this method.
NoSuchObjectLocalException
- If invoked on a handle whose
associated timer has expired or has been cancelled.
EJBException
- If this method could not complete due to a
system-level failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |