org.jboss.ejb.txtimer
Interface RetryPolicy


public interface RetryPolicy

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.

Since:
07-Apr-2004

Method Summary
 void retryTimeout(TimedObjectInvoker (src)  invoker, Timer (src)  timer)
          Invokes the ejbTimeout method on the TimedObject with the given id.
 

Method Detail

retryTimeout

public void retryTimeout(TimedObjectInvoker (src)  invoker,
                         Timer (src)  timer)
Invokes the ejbTimeout method on the TimedObject with the given id.

Parameters:
invoker - the invoker for the TimedObject
timer - the Timer that is passed to ejbTimeout