public interface TimedObjectInvoker extends org.jboss.ejb.txtimer.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: 1.1 $ since: 07-Apr-2004
Method Summary
void
callTimeout(Timer timer) Invokes the ejbTimeout method on the TimedObject with the given id.