TimedObjectInvokerpublic interface TimedObjectInvoker implements org.jboss.ejb.txtimer.TimedObjectInvokerAn implementation can invoke the ejbTimeout method on a TimedObject.
The TimedObjectInvoker has knowledge of the TimedObjectId, it
knows which object to invoke. |
Methods Summary |
---|
public void | callTimeout(javax.ejb.Timer timer)Invokes the ejbTimeout method on the TimedObject with the given id.
|
|