org.sixdml.dbmanagement
Interface SixdmlTransactionService
- All Superinterfaces:
- Configurable, Service, TransactionService
- All Known Implementing Classes:
- xiSixdmlTransactionService
- public interface SixdmlTransactionService
- extends TransactionService
SixdmlTransaction.java
This service is used to mark transaction boundaries during operations on the
database.
Created: Fri Jan 11 10:48:36 2002
- Version:
- 1.0
- Author:
- Dare Obasanjo
|
Method Summary |
boolean |
isActive()
Returns true if there is currently a transaction open that is neither
committed nor aborted; returns false otherwise. |
isActive
public boolean isActive()
- Returns true if there is currently a transaction open that is neither
committed nor aborted; returns false otherwise.
- Returns:
- true if there is currently a transaction open that is neither
committed nor aborted; returns false otherwise.