Class RecoveryEnvironmentBean

java.lang.Object
org.jboss.jbossts.xts.environment.RecoveryEnvironmentBean

public class RecoveryEnvironmentBean extends Object
bean storing recovery implementation configuration values derived from the xts properties file, system property settings and, in case we are running inside JBossAS the xts bean.xml file
  • Constructor Details

    • RecoveryEnvironmentBean

      public RecoveryEnvironmentBean()
  • Method Details

    • getCoordinatorRecoveryModules

      public List<String> getCoordinatorRecoveryModules()
      Returns the list of XTS coordinator recovery modules to be installed at startup and removed at shutdown.
      Returns:
      the list of XTS coordinator recovery modules.
    • setCoordinatorRecoveryModules

      public void setCoordinatorRecoveryModules(List<String> coordinatorRecoveryModules)
      Sets the list of XTS coordinator recovery modules to be installed at startup and removed at shutdown.
      Parameters:
      coordinatorRecoveryModules - the list of XTS coordinator recovery modules.
    • getParticipantRecoveryModules

      public List<String> getParticipantRecoveryModules()
      Returns the list of XTS participant recovery modules to be installed at startup and removed at shutdown.
      Returns:
      the list of XTS participant recovery modules.
    • setParticipantRecoveryModules

      public void setParticipantRecoveryModules(List<String> participantRecoveryModules)
      Sets the list of XTS participant recovery modules to be installed at startup and removed at shutdown.
      Parameters:
      participantRecoveryModules - the list of XTS participant recovery modules.