com.atomikos.icatch.admin.jmx
Interface JmxTransactionServiceMBean

All Known Implementing Classes:
JmxTransactionService

public interface JmxTransactionServiceMBean

An MBean interface for the administration of the transaction service.


Method Summary
 boolean getHeuristicsOnly()
          Gets the heuristic mode.
 ObjectName[] getTransactions()
          Get the pending transactions from the Transaction Service.
 void setHeuristicsOnly(boolean heuristicsOnly)
          Sets whether ONLY heuristic transactions should be returned.
 

Method Detail

getTransactions

ObjectName[] getTransactions()
Get the pending transactions from the Transaction Service.

Returns:
ObjectName[] An array of all MBean object names (one MBean is created for each transaction).

setHeuristicsOnly

void setHeuristicsOnly(boolean heuristicsOnly)
Sets whether ONLY heuristic transactions should be returned. Default is false.

Parameters:
heuristicsOnly -

getHeuristicsOnly

boolean getHeuristicsOnly()
Gets the heuristic mode.

Returns:


Copyright © 2011. All Rights Reserved.