Uses of Interface
org.jboss.ejb.txtimer.RetryPolicy

Packages that use RetryPolicy
org.jboss.ejb.txtimer   
 

Uses of RetryPolicy in org.jboss.ejb.txtimer
 

Subinterfaces of RetryPolicy in org.jboss.ejb.txtimer
 interface FixedDelayRetryPolicyMBean
          MBean interface.
 

Classes in org.jboss.ejb.txtimer that implement RetryPolicy
 class FixedDelayRetryPolicy
          This service implements a RetryPolicy that retries the call to ejbTimeout after a fixed delay.
 

Constructors in org.jboss.ejb.txtimer with parameters of type RetryPolicy
TimerServiceImpl(TimedObjectId timedObjectId, TimedObjectInvoker timedObjectInvoker, TransactionManager transactionManager, PersistencePolicy persistencePolicy, RetryPolicy retryPolicy, TimerIdGenerator timerIdGenerator)
          CTOR All the dependencies are supplied by the caller
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.