|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TimedObjectInvoker
An implementation can invoke the ejbTimeout method on a TimedObject. The TimedObjectInvoker has knowledge of the TimedObjectId, it knows which object to invoke.
| Method Summary | |
|---|---|
void |
callTimeout(javax.ejb.Timer timer)
Invokes the ejbTimeout method on the TimedObject with the given id. |
java.lang.String |
getTimedObjectId()
The globally unique identifier for this timed object invoker. |
| Method Detail |
|---|
java.lang.String getTimedObjectId()
void callTimeout(javax.ejb.Timer timer)
throws java.lang.Exception
timer - the Timer that is passed to ejbTimeout
java.lang.Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||