public class RecoveryEnvironmentBean extends Object
Constructor and Description |
---|
RecoveryEnvironmentBean() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCoordinatorRecoveryModules()
Returns the list of XTS coordinator recovery modules to be installed at startup and removed at shutdown.
|
List<String> |
getParticipantRecoveryModules()
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.
|
public List<String> getCoordinatorRecoveryModules()
public void setCoordinatorRecoveryModules(List<String> coordinatorRecoveryModules)
coordinatorRecoveryModules
- the list of XTS coordinator recovery modules.public List<String> getParticipantRecoveryModules()
public void setParticipantRecoveryModules(List<String> participantRecoveryModules)
participantRecoveryModules
- the list of XTS participant recovery modules.Copyright © 2017 JBoss by Red Hat. All rights reserved.