org.jboss.ejb.txtimer
Interface TimedObjectInvoker

All Known Implementing Classes:
SimpleTimedObjectInvoker (src) , TimedObjectInvokerImpl (src)

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.

Since:
07-Apr-2004

Method Summary
 void callTimeout(Timer (src)  timer)
          Invokes the ejbTimeout method on the TimedObject with the given id.
 

Method Detail

callTimeout

public void callTimeout(Timer (src)  timer)
                 throws java.lang.Exception
Invokes the ejbTimeout method on the TimedObject with the given id.

Parameters:
timer - the Timer that is passed to ejbTimeout
Throws:
java.lang.Exception