com.arjuna.ats.arjuna.common
Interface RecoveryEnvironmentBeanMBean

All Known Implementing Classes:
RecoveryEnvironmentBean

public interface RecoveryEnvironmentBeanMBean

A JMX MBean interface containing configuration for the recovery system.

Author:
Jonathan Halliday (jonathan.halliday@redhat.com)

Method Summary
 int getExpiryScanInterval()
           
 List<String> getExpiryScannerClassNames()
           
 int getPeriodicRecoveryPeriod()
           
 List<String> getRecoveryActivatorClassNames()
           
 String getRecoveryAddress()
           
 int getRecoveryBackoffPeriod()
           
 List<String> getRecoveryModuleClassNames()
           
 int getRecoveryPort()
           
 String getTransactionStatusManagerAddress()
           
 int getTransactionStatusManagerExpiryTime()
           
 int getTransactionStatusManagerPort()
           
 boolean isRecoveryListener()
           
 boolean isTimeoutSocket()
           
 

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()

getExpiryScannerClassNames

List<String> getExpiryScannerClassNames()

getRecoveryModuleClassNames

List<String> getRecoveryModuleClassNames()

getRecoveryActivatorClassNames

List<String> getRecoveryActivatorClassNames()

isTimeoutSocket

boolean isTimeoutSocket()


Copyright © 2011. All Rights Reserved.