public interface TransactionResourceRuntimeMBean extends JTAStatisticsRuntimeMBean, HealthFeedback
| Modifier and Type | Method and Description |
|---|---|
HealthState |
getHealthState()
The health state of the Resource.
|
String |
getResourceName()
The resource name.
|
long |
getTransactionHeuristicCommitTotalCount()
The number of transactions for which this resource has returned
a heuristic commit decision.
|
long |
getTransactionHeuristicHazardTotalCount()
The number of transactions for which this resource has reported
a heuristic hazard decision.
|
long |
getTransactionHeuristicMixedTotalCount()
The number of transactions for which this resource has reported
a heuristic mixed decision.
|
long |
getTransactionHeuristicRollbackTotalCount()
The number of transactions for which this resource has returned
a heuristic rollback decision.
|
getTransactionCommittedTotalCount, getTransactionHeuristicsTotalCount, getTransactionRolledBackTotalCount, getTransactionTotalCountaddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerString getResourceName()
The resource name.
long getTransactionHeuristicCommitTotalCount()
The number of transactions for which this resource has returned a heuristic commit decision.
long getTransactionHeuristicRollbackTotalCount()
The number of transactions for which this resource has returned a heuristic rollback decision.
long getTransactionHeuristicMixedTotalCount()
The number of transactions for which this resource has reported a heuristic mixed decision.
long getTransactionHeuristicHazardTotalCount()
The number of transactions for which this resource has reported a heuristic hazard decision.
HealthState getHealthState()
The health state of the Resource.
getHealthState in interface HealthFeedback