Class TransactionRecoveryModule
java.lang.Object
com.arjuna.ats.internal.jts.recovery.transactions.TransactionRecoveryModule
- Direct Known Subclasses:
ServerTransactionRecoveryModule
,TopLevelTransactionRecoveryModule
This class is a plug-in module for the recovery manager. This is a
generic class from which TopLevel and Server transaction recovery
modules inherit.
This class does not implement
(the plug-in definition) itself - this is left to the subclass.
invalid reference
com.arjuna.CosRecovery.RecoveryModule
-
Field Summary
Modifier and TypeFieldDescriptionprotected static RecoveryStore
protected String
protected Vector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Set-up routineprotected void
This is called periodically by the RecoveryManagerprotected void
-
Field Details
-
_transactionType
-
_recoveryStore
-
_transactionUidVector
-
-
Constructor Details
-
TransactionRecoveryModule
public TransactionRecoveryModule()
-
-
Method Details
-
periodicWorkFirstPass
protected void periodicWorkFirstPass()This is called periodically by the RecoveryManager -
periodicWorkSecondPass
protected void periodicWorkSecondPass() -
initialise
protected void initialise()Set-up routine
-