com.atomikos.icatch.admin.jmx
Interface JmxTransactionMBean

All Known Subinterfaces:
JmxHeuristicTransactionMBean, JmxPreparedTransactionMBean
All Known Implementing Classes:
JmxDefaultTransaction, JmxHeuristicTransaction, JmxPreparedTransaction, JmxTransaction

public interface JmxTransactionMBean

An MBean interface for administration of pending transactions.


Method Summary
 String[] getParticipantDetails()
          Retrieves the descriptive details for each participant involved in this transaction.
 String getState()
          Gets the transaction's state.
 String getTid()
          Gets the transaction identifier.
 

Method Detail

getTid

String getTid()
Gets the transaction identifier.

Returns:
String The unique id.

getState

String getState()
Gets the transaction's state.

Returns:
String The state, represented as by its name

getParticipantDetails

String[] getParticipantDetails()
Retrieves the descriptive details for each participant involved in this transaction.



Copyright © 2016. All Rights Reserved.