Modifier and Type | Method and Description |
---|---|
List<RecoveryModule> |
RecoveryEnvironmentBean.getRecoveryModules()
Returns the set of RecoveryModule instances.
|
Modifier and Type | Method and Description |
---|---|
void |
RecoveryEnvironmentBean.setRecoveryModules(List<RecoveryModule> recoveryModules)
Sets the instances of RecoveryModule.
|
Modifier and Type | Method and Description |
---|---|
Vector<RecoveryModule> |
RecoveryManager.getModules()
Obtain a snapshot list of available recovery modules.
|
Modifier and Type | Method and Description |
---|---|
void |
RecoveryManager.addModule(RecoveryModule module)
Add a recovery module to the system.
|
void |
RecoveryManager.removeModule(RecoveryModule module,
boolean waitOnScan)
Remove a recovery module from the system.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomicActionRecoveryModule
This class is a plug-in module for the recovery manager.
|
Modifier and Type | Method and Description |
---|---|
Vector<RecoveryModule> |
PeriodicRecovery.getModules()
return a copy of the current recovery modules list
|
Vector<RecoveryModule> |
RecoveryManagerImple.getModules() |
Modifier and Type | Method and Description |
---|---|
void |
PeriodicRecovery.addModule(RecoveryModule module)
Add the specified module to the end of the recovery module list.
|
void |
RecoveryManagerImple.addModule(RecoveryModule module) |
void |
PeriodicRecovery.removeModule(RecoveryModule module,
boolean waitOnScan)
remove a recovery module from the recovery modules list
|
void |
RecoveryManagerImple.removeModule(RecoveryModule module,
boolean waitOnScan) |
Modifier and Type | Class and Description |
---|---|
class |
CommitMarkableResourceRecordRecoveryModule
This CommitMarkableResourceRecord assumes the following table has been
created:
create table xids (xid varbinary(255), transactionManagerID varchar(255))
(ora/syb/mysql) create table xids (xid bytea, transactionManagerID
varchar(255)) (psql) sp_configure "lock scheme",0,datarows (syb)
The CommitMarkableResourceRecord does not support nested transactions
TODO you have to set max_allowed_packet for large reaps on mysql
|
class |
XARecoveryModule
Designed to be able to recover any XAResource.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerTransactionRecoveryModule
This class is a plug-in module for the recovery manager.
|
class |
TopLevelTransactionRecoveryModule
This class is a plug-in module for the recovery manager.
|
Modifier and Type | Class and Description |
---|---|
class |
TORecoveryModule
This class is a plug-in module for the recovery manager.
|
Modifier and Type | Class and Description |
---|---|
class |
InboundBridgeRecoveryManager
Integrates with JBossAS MC lifecycle and JBossTS recovery manager to provide
recovery services for inbound bridged transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
OutboundBridgeRecoveryManager
Integrates with JBossAS MC lifecycle and JBossTS recovery manager to provide
recovery services for outbound bridged transactions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XTSRecoveryModule
extension of JBossTS recovery module interface adding install and uninstall lifecycle methods
|
Modifier and Type | Class and Description |
---|---|
class |
ATCoordinatorRecoveryModule
This class is a plug-in module for the recovery manager.
|
class |
SubordinateATCoordinatorRecoveryModule
This class is a plug-in module for the recovery manager.
|
Modifier and Type | Class and Description |
---|---|
class |
BACoordinatorRecoveryModule
This class is a plug-in module for the recovery manager.
|
class |
SubordinateBACoordinatorRecoveryModule
This class is a plug-in module for the recovery manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ATParticipantRecoveryModule
This class is a plug-in module for the recovery manager.
|
Modifier and Type | Class and Description |
---|---|
class |
BAParticipantRecoveryModule
This class is a plug-in module for the recovery manager.
|
Modifier and Type | Class and Description |
---|---|
class |
InboundBridgeRecoveryModule |
Copyright © 2021 JBoss by Red Hat. All rights reserved.