Class XTSEnvironmentBean

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

public class XTSEnvironmentBean extends Object
bean holding the configuration proeprty settings which identify intiialisation routines to be run during XTS startup and shutdown
  • Constructor Details

    • XTSEnvironmentBean

      public XTSEnvironmentBean()
  • Method Details

    • getXtsInitialisations

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

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