当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
TimedObjectInvoker (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.txtimer
Interface TimedObjectInvoker
- All Known Implementing Classes:
- TimedObjectInvokerImpl
- 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
- Author:
- Thomas.Diesler@jboss.org
Method Summary |
void |
callTimeout(javax.ejb.Timer timer)
Invokes the ejbTimeout method on the TimedObject with the given id. |
callTimeout
public void callTimeout(javax.ejb.Timer timer)
throws Exception
- Invokes the ejbTimeout method on the TimedObject with the given id.
- Parameters:
timer
- the Timer that is passed to ejbTimeout
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.