| org.jboss.ejb.txtimer.FixedDelayRetryPolicy
FixedDelayRetryPolicy | public class FixedDelayRetryPolicy extends ServiceMBeanSupport implements FixedDelayRetryPolicyMBean(Code) | | This service implements a RetryPolicy that retries
the call to ejbTimeout after a fixed delay.
author: Thomas.Diesler@jboss.org version: $Revision: 57209 $ since: 07-Apr-2004 |
getDelay | public long getDelay()(Code) | | Get the delay for retry
delay in ms |
retryTimeout | public 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 |
setDelay | public void setDelay(long delay)(Code) | | Set the delay for retry
Parameters: delay - in ms |
|
|