Class RecoveryEnvironmentBean
java.lang.Object
org.jboss.jbossts.xts.environment.RecoveryEnvironmentBean
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of XTS coordinator recovery modules to be installed at startup and removed at shutdown.Returns the list of XTS participant recovery modules to be installed at startup and removed at shutdown.void
setCoordinatorRecoveryModules
(List<String> coordinatorRecoveryModules) Sets the list of XTS coordinator recovery modules to be installed at startup and removed at shutdown.void
setParticipantRecoveryModules
(List<String> participantRecoveryModules) Sets the list of XTS participant recovery modules to be installed at startup and removed at shutdown.
-
Constructor Details
-
RecoveryEnvironmentBean
public RecoveryEnvironmentBean()
-
-
Method Details
-
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
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
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
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.
-