com.atomikos.icatch.admin
Interface LogControl
public interface LogControl
The system's admin interface that is exposed to LogAdministrators.
It allows control over the transaction logs.
getAdminTransactions
AdminTransaction[] getAdminTransactions(java.lang.String... tids)
- Gets the list of active transactions for a given set of
transaction identifiers 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 © 2016. All Rights Reserved.