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 java.lang.StringgetCheckedActionFactoryClassName()java.lang.StringgetCommunicationStore()Deprecated.intgetDefaultTimeout()longgetTxReaperCancelFailWaitPeriod()longgetTxReaperCancelWaitPeriod()java.lang.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
java.lang.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
java.lang.String getCheckedActionFactoryClassName()
-
getCommunicationStore
@Deprecated java.lang.String getCommunicationStore()
Deprecated.
-
-