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

Packages that use PersistencePolicy
org.jboss.ejb.txtimer   
 

Uses of PersistencePolicy in org.jboss.ejb.txtimer
 

Subinterfaces of PersistencePolicy in org.jboss.ejb.txtimer
 interface DatabasePersistencePolicyMBean
          MBean interface.
 interface NoopPersistencePolicyMBean
          MBean interface
 

Classes in org.jboss.ejb.txtimer that implement PersistencePolicy
 class DatabasePersistencePolicy
          This service implements a PersistencePolicy that persistes the timer to a database.
 class NoopPersistencePolicy
          This service implements a PersistencePolicy that does not persist the timer.
 

Constructors in org.jboss.ejb.txtimer with parameters of type PersistencePolicy
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.