| java.lang.Object org.jboss.ejb.txtimer.TimedObjectInvokerImpl
TimedObjectInvokerImpl | public class TimedObjectInvokerImpl implements TimedObjectInvoker(Code) | | An implementation of a TimedObjectInvoker, that can invoke deployed
EB, SLSB, and MDB
author: Thomas.Diesler@jboss.org author: Scott.Stark@jboss.org version: $Revision: 57209 $ since: 07-Apr-2004 |
Method Summary | |
public void | callTimeout(Timer timer) Invokes the ejbTimeout method on the TimedObject with the given id. |
callTimeout | public 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 |
|
|