| org.jboss.ejb.txtimer.RetryPolicy
RetryPolicy | public interface RetryPolicy (Code) | | An implementation can retry the invocation of the ejbTimeout method on a TimedObject.
The RetryPolicy is stateless and has no knowledge of the TimedObjectId.
It does the invocation through the given TimedObjectInvoker.
author: Thomas.Diesler@jboss.org version: $Revision: 57209 $ since: 07-Apr-2004 |
retryTimeout | void retryTimeout(TimedObjectInvoker invoker, Timer timer)(Code) | | Invokes the ejbTimeout method on the TimedObject with the given id.
Parameters: invoker - the invoker for the TimedObject Parameters: timer - the Timer that is passed to ejbTimeout |
|
|