|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |