当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
TimedObjectInvokerImpl (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.txtimer
Class TimedObjectInvokerImpl
java.lang.Object
org.jboss.ejb.txtimer.TimedObjectInvokerImpl
- All Implemented Interfaces:
- TimedObjectInvoker
- public class TimedObjectInvokerImpl
- extends Object
- implements TimedObjectInvoker
An implementation of a TimedObjectInvoker, that can invoke deployed
EB, SLSB, and MDB
- Since:
- 07-Apr-2004
- Version:
- $Revision: 1.6.2.1 $
- Author:
- Thomas.Diesler@jboss.org, Scott.Stark@jboss.org
Method Summary |
void |
callTimeout(javax.ejb.Timer 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 |
TimedObjectInvokerImpl
public TimedObjectInvokerImpl(TimedObjectId timedObjectId,
Container container)
callTimeout
public void callTimeout(javax.ejb.Timer timer)
throws Exception
- Invokes the ejbTimeout method on the TimedObject with the given id.
- Specified by:
callTimeout
in interface TimedObjectInvoker
- Parameters:
timer
- The Timer that is passed to ejbTimeout
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.