org.jboss.ejb.txtimer
Class TimedObjectInvokerImpl

java.lang.Object
  extended byorg.jboss.ejb.txtimer.TimedObjectInvokerImpl
All Implemented Interfaces:
TimedObjectInvoker (src)

public class TimedObjectInvokerImpl
extends java.lang.Object
implements TimedObjectInvoker (src)

An implementation of a TimedObjectInvoker, that can invoke deployed EB, SLSB, and MDB

Since:
07-Apr-2004

Constructor Summary
TimedObjectInvokerImpl(TimedObjectId (src)  timedObjectId, Container (src)  container)
           
 
Method Summary
 void callTimeout(Timer (src)  timer)
          Invokes the ejbTimeout method on the TimedObject with the given id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedObjectInvokerImpl

public TimedObjectInvokerImpl(TimedObjectId (src)  timedObjectId,
                              Container (src)  container)
Method Detail

callTimeout

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

Specified by:
callTimeout in interface TimedObjectInvoker (src)
Parameters:
timer - The Timer that is passed to ejbTimeout
Throws:
java.lang.Exception