org.xmldb.api.modules
public interface TransactionService extends Service
Collection
operations into a
transaction.
Note: This interface needs much better definition
Method Summary | |
---|---|
void | begin()
Begin the transaction
|
void | commit()
Commit the transaction
|
void | rollback()
Rollback the transaction
|
Throws: XMLDBException with expected error codes.
ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.
Throws: XMLDBException with expected error codes.
ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.
Throws: XMLDBException with expected error codes.
ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.