net.sf.jso.transaction
Interface TransactionInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
JSOTransactionManager

public interface TransactionInfo
extends java.io.Serializable

Interface for transaction processing information.


Method Summary
 int getTransactionCount()
          Returns the number of active transactions.
 

Method Detail

getTransactionCount

public int getTransactionCount()
Returns the number of active transactions.

Returns:
The number of active transactions.