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.
 
Methods inherited from interface org.xmldb.api.modules.TransactionService
begin, commit, rollback
 
Methods inherited from interface org.xmldb.api.base.Service
getName, getVersion, setCollection
 
Methods inherited from interface org.xmldb.api.base.Configurable
getProperty, setProperty
 

Method Detail

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.