FileDocCategorySizeDatePackage
TimedObjectInvoker.javaAPI DocJBoss 4.2.11730Fri Jul 13 20:53:54 BST 2007org.jboss.ejb3.timerservice

TimedObjectInvoker

public interface TimedObjectInvoker implements org.jboss.ejb.txtimer.TimedObjectInvoker
An implementation can invoke the ejbTimeout method on a TimedObject. The TimedObjectInvoker has knowledge of the TimedObjectId, it knows which object to invoke.
author
Thomas.Diesler@jboss.org
version
$Revision: 1.1 $
since
07-Apr-2004

Fields Summary
Constructors Summary
Methods Summary
public voidcallTimeout(javax.ejb.Timer timer)
Invokes the ejbTimeout method on the TimedObject with the given id.

param
timer the Timer that is passed to ejbTimeout