Uses of Interface
com.arjuna.ats.arjuna.recovery.RecoveryActivator
-
Packages that use RecoveryActivator Package Description com.arjuna.ats.arjuna.common -
-
Uses of RecoveryActivator in com.arjuna.ats.arjuna.common
Methods in com.arjuna.ats.arjuna.common that return types with arguments of type RecoveryActivator Modifier and Type Method Description java.util.List<RecoveryActivator>RecoveryEnvironmentBean. getRecoveryActivators()Returns the set of RecoveryActivator instances.Method parameters in com.arjuna.ats.arjuna.common with type arguments of type RecoveryActivator Modifier and Type Method Description voidRecoveryEnvironmentBean. setRecoveryActivators(java.util.List<RecoveryActivator> recoveryActivators)Sets the instances of RecoveryActivator.
-