|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimerHandle
The TimerHandle interface is implemented by all EJB timer handles.
Method Summary | |
---|---|
Timer |
getTimer()
Obtain a reference to the timer represented by this handle. |
Method Detail |
---|
Timer getTimer() throws IllegalStateException, NoSuchObjectLocalException, EJBException
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.
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.