| org.jboss.ejb.txtimer.TimedObjectInvoker
All known Subclasses: org.jboss.ejb.txtimer.TimedObjectInvokerImpl,
TimedObjectInvoker | public interface TimedObjectInvoker (Code) | | An implementation can invoke the ejbTimeout method on a TimedObject.
The TimedObjectInvoker has knowledge of the TimedObjectId, it
knows which object to invoke.
author: Thomas.Diesler@jboss.org version: $Revision: 57209 $ since: 07-Apr-2004 |
Method Summary | |
void | callTimeout(Timer timer) Invokes the ejbTimeout method on the TimedObject with the given id. |
callTimeout | void callTimeout(Timer timer) throws Exception(Code) | | Invokes the ejbTimeout method on the TimedObject with the given id.
Parameters: timer - the Timer that is passed to ejbTimeout |
|
|