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 Details

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