|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.timer.EjbTimerHandle
public class EjbTimerHandle
Resin EJB timer handle. This is mostly an adapter/decorator on top of the underlying scheduling system.
Field Summary | |
---|---|
protected static java.util.logging.Logger |
log
|
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 |
---|
protected static final java.util.logging.Logger log
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 canceled.
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 |