Package com.arjuna.ats.arjuna.common
Interface CoordinatorEnvironmentBeanMBean
-
- All Known Implementing Classes:
CoordinatorEnvironmentBean
public interface CoordinatorEnvironmentBeanMBeanA JMX MBean interface containing configuration for the core transaction coordinator.- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetCheckedActionFactoryClassName()StringgetCommunicationStore()Deprecated.intgetDefaultTimeout()longgetTxReaperCancelFailWaitPeriod()longgetTxReaperCancelWaitPeriod()StringgetTxReaperMode()longgetTxReaperTimeout()longgetTxReaperTraceGracePeriod()longgetTxReaperTraceInterval()intgetTxReaperZombieMax()booleanisAsyncCommit()booleanisAsyncPrepare()booleanisAsyncRollback()booleanisBeforeCompletionWhenRollbackOnly()booleanisClassicPrepare()booleanisCommitOnePhase()booleanisEnableStatistics()booleanisMaintainHeuristics()booleanisReadonlyOptimisation()booleanisSharedTransactionLog()Deprecated.booleanisStartDisabled()booleanisTransactionStatusManagerEnable()booleanisWriteOptimisation()voidsetEnableStatistics(boolean enableStatistics)
-
-
-
Method Detail
-
isAsyncCommit
boolean isAsyncCommit()
-
isAsyncPrepare
boolean isAsyncPrepare()
-
isAsyncRollback
boolean isAsyncRollback()
-
isCommitOnePhase
boolean isCommitOnePhase()
-
isMaintainHeuristics
boolean isMaintainHeuristics()
-
isWriteOptimisation
boolean isWriteOptimisation()
-
isReadonlyOptimisation
boolean isReadonlyOptimisation()
-
isClassicPrepare
boolean isClassicPrepare()
-
isEnableStatistics
boolean isEnableStatistics()
-
setEnableStatistics
void setEnableStatistics(boolean enableStatistics)
-
isSharedTransactionLog
@Deprecated boolean isSharedTransactionLog()
Deprecated.
-
isStartDisabled
boolean isStartDisabled()
-
getTxReaperMode
String getTxReaperMode()
-
getTxReaperTimeout
long getTxReaperTimeout()
-
getTxReaperCancelWaitPeriod
long getTxReaperCancelWaitPeriod()
-
getTxReaperCancelFailWaitPeriod
long getTxReaperCancelFailWaitPeriod()
-
getTxReaperZombieMax
int getTxReaperZombieMax()
-
getTxReaperTraceGracePeriod
long getTxReaperTraceGracePeriod()
-
getTxReaperTraceInterval
long getTxReaperTraceInterval()
-
getDefaultTimeout
int getDefaultTimeout()
-
isTransactionStatusManagerEnable
boolean isTransactionStatusManagerEnable()
-
isBeforeCompletionWhenRollbackOnly
boolean isBeforeCompletionWhenRollbackOnly()
-
getCheckedActionFactoryClassName
String getCheckedActionFactoryClassName()
-
getCommunicationStore
@Deprecated String getCommunicationStore()
Deprecated.
-
-