com.atomikos.icatch.admin.jmx
Interface JmxTransactionServiceMBean

All Known Implementing Classes:
JmxTransactionService

public interface JmxTransactionServiceMBean

Copyright © 2003 Atomikos. All rights reserved. An MBean interface for the administration of the transaction service.


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

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).