com.atomikos.icatch.admin
Interface LogControl


public interface LogControl

This is the admin interface that is exposed to LogAdministrators. It allows control over the transaction logs.


Method Summary
 AdminTransaction[] getAdminTransactions()
          Get a list of active transactions.
 AdminTransaction[] getAdminTransactions(String[] tids)
          Get the list of active transactions for a given set of tids only.
 

Method Detail

getAdminTransactions

AdminTransaction[] getAdminTransactions()
Get a list of active transactions.

Returns:
AdminTransaction[] The list of active transactions, or an empty array if none.

getAdminTransactions

AdminTransaction[] getAdminTransactions(String[] tids)
Get the list of active transactions for a given set of tids only.

Parameters:
tids - The list of previously gotten identifiers to restrict the returned list.
Returns:
AdminTransaction[] The list of transactions. This list may not include ALL tids, because those transactions that terminated in the meantime will not be returned.


Copyright © 2011. All Rights Reserved.