javax.management.DynamicMBean
, JTAStatisticsRuntimeMBean
, JTATransactionStatisticsRuntimeMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface JTAPartitionRuntimeMBean extends JTATransactionStatisticsRuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
JTATransaction[] |
getJTATransactions() |
An array of
JTATransaction objects. |
NonXAResourceRuntimeMBean[] |
getNonXAResourceRuntimeMBeans() |
An array of
NonXAResourceRuntimeMBeans that each
represents the statistics for a non-XA resource. |
java.lang.String[] |
getRegisteredNonXAResourceNames() |
An array of NonXA resource names that are registered with the
transaction manager.
|
java.lang.String[] |
getRegisteredResourceNames() |
An array of XA resource names that are registered with the
transaction manager.
|
TransactionResourceRuntimeMBean[] |
getTransactionResourceRuntimeMBeans() |
An array of
TransactionResourceRuntimeMBeans that
each represents the statistics for a transaction resource. |
JTATransaction[] |
getTransactionsOlderThan(java.lang.Integer seconds) |
An array of
JTATransaction objects. |
getAttribute, getAttributes, invoke, setAttribute, setAttributes
getTransactionCommittedTotalCount, getTransactionHeuristicsTotalCount, getTransactionRolledBackTotalCount, getTransactionTotalCount
getSecondsActiveTotalCount, getTransactionAbandonedTotalCount, getTransactionLLRCommittedTotalCount, getTransactionNoResourcesCommittedTotalCount, getTransactionOneResourceOnePhaseCommittedTotalCount, getTransactionReadOnlyOnePhaseCommittedTotalCount, getTransactionRolledBackAppTotalCount, getTransactionRolledBackResourceTotalCount, getTransactionRolledBackSystemTotalCount, getTransactionRolledBackTimeoutTotalCount, getTransactionTwoPhaseCommittedLoggedTotalCount, getTransactionTwoPhaseCommittedNotLoggedTotalCount, getTransactionTwoPhaseCommittedTotalCount
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
TransactionResourceRuntimeMBean[] getTransactionResourceRuntimeMBeans() throws java.rmi.RemoteException
An array of TransactionResourceRuntimeMBeans
that
each represents the statistics for a transaction resource.
java.rmi.RemoteException
TransactionResourceRuntimeMBean
NonXAResourceRuntimeMBean[] getNonXAResourceRuntimeMBeans() throws java.rmi.RemoteException
An array of NonXAResourceRuntimeMBeans
that each
represents the statistics for a non-XA resource.
java.rmi.RemoteException
NonXAResourceRuntimeMBean
JTATransaction[] getTransactionsOlderThan(java.lang.Integer seconds)
An array of JTATransaction
objects. Each object
provides detailed information regarding an active transaction that
has existed for a period longer than the time specified.
seconds
- The transaction duration in seconds qualifier.JTATransaction[] getJTATransactions()
An array of JTATransaction
objects. Each object
provides detailed information regarding an active transaction.
java.lang.String[] getRegisteredResourceNames()
An array of XA resource names that are registered with the transaction manager.
java.lang.String[] getRegisteredNonXAResourceNames()
An array of NonXA resource names that are registered with the transaction manager.