Uses of Interface
com.arjuna.ats.arjuna.recovery.ExpiryScanner
Packages that use ExpiryScanner
Package
Description
-
Uses of ExpiryScanner in com.arjuna.ats.arjuna.common
Methods in com.arjuna.ats.arjuna.common that return types with arguments of type ExpiryScannerModifier and TypeMethodDescriptionRecoveryEnvironmentBean.getExpiryScanners()
Returns the set of ExpiryScanner instances.Method parameters in com.arjuna.ats.arjuna.common with type arguments of type ExpiryScannerModifier and TypeMethodDescriptionvoid
RecoveryEnvironmentBean.setExpiryScanners
(List<ExpiryScanner> expiryScanners) Sets the instances of ExpiryScanner. -
Uses of ExpiryScanner in com.arjuna.ats.internal.arjuna.recovery
Classes in com.arjuna.ats.internal.arjuna.recovery that implement ExpiryScannerModifier and TypeClassDescriptionclass
This class is a plug-in module for the recovery manager.class
This class is a plug-in module for the recovery manager.class
This class is a plug-in module for the recovery manager.class
BasicActionExpiryScanner<T extends BasicAction>
This class is a base class for anExpiryScanner
for expiredBasicAction
items using creation time to evaluate if items are considered too old.class
This class is a plug-in module for the recovery manager.class
This class is a plug-in module for the recovery manager. -
Uses of ExpiryScanner in com.arjuna.ats.internal.jts.recovery.contact
Classes in com.arjuna.ats.internal.jts.recovery.contact that implement ExpiryScannerModifier and TypeClassDescriptionclass
This class is a plug-in module for the recovery manager. -
Uses of ExpiryScanner in com.arjuna.ats.internal.jts.recovery.transactions
Classes in com.arjuna.ats.internal.jts.recovery.transactions that implement ExpiryScannerModifier and TypeClassDescriptionclass
Implementation ofcom.arjuna.CosRecovery.ExpiryScanner
for removing relics of transactions that have been assumed complete.class
Refinement of the expired assumed scanner for Server transactions.class
Refinement of the expired assumed scanner for toplevel transactions.