Class XTSEnvironmentBean
java.lang.Object
org.jboss.jbossts.xts.environment.XTSEnvironmentBean
bean holding the configuration proeprty settings which identify intiialisation routines
to be run during XTS startup and shutdown
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of XTS recovery modules to be installed at startup and removed at shutdown.void
setXtsInitialisations
(List<String> xtsInitialisations) Sets the list of XTS recovery modules to be installed at startup and removed at shutdown.
-
Constructor Details
-
XTSEnvironmentBean
public XTSEnvironmentBean()
-
-
Method Details
-
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
Sets the list of XTS recovery modules to be installed at startup and removed at shutdown.- Parameters:
xtsInitialisations
- the list of XTS recovery modules.
-