Package com.arjuna.ats.arjuna.common
Interface RecoveryEnvironmentBeanMBean
-
- All Known Implementing Classes:
RecoveryEnvironmentBean
public interface RecoveryEnvironmentBeanMBeanA JMX MBean interface containing configuration for the recovery system.- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetExpiryScanInterval()List<String>getExpiryScannerClassNames()intgetPeriodicRecoveryPeriod()List<String>getRecoveryActivatorClassNames()StringgetRecoveryAddress()intgetRecoveryBackoffPeriod()List<String>getRecoveryModuleClassNames()intgetRecoveryPort()StringgetTransactionStatusManagerAddress()intgetTransactionStatusManagerExpiryTime()intgetTransactionStatusManagerPort()booleanisRecoveryListener()booleanisTimeoutSocket()
-
-
-
Method Detail
-
getPeriodicRecoveryPeriod
int getPeriodicRecoveryPeriod()
-
getRecoveryBackoffPeriod
int getRecoveryBackoffPeriod()
-
isRecoveryListener
boolean isRecoveryListener()
-
getRecoveryPort
int getRecoveryPort()
-
getRecoveryAddress
String getRecoveryAddress()
-
getTransactionStatusManagerPort
int getTransactionStatusManagerPort()
-
getTransactionStatusManagerAddress
String getTransactionStatusManagerAddress()
-
getExpiryScanInterval
int getExpiryScanInterval()
-
getTransactionStatusManagerExpiryTime
int getTransactionStatusManagerExpiryTime()
-
isTimeoutSocket
boolean isTimeoutSocket()
-
-