com.armatiek.infofuze.result
Interface TransactionableIf

All Known Implementing Classes:
SolrjResult

public interface TransactionableIf

An interface that must be implemented by all Result classes that support transactions.

Author:
Maarten Kroon

Method Summary
 void commitTransaction()
          Commits the transaction.
 boolean isCommitted()
          Tests whether the transaction is already committed or rolled back.
 void rollbackTransaction()
          Rolls back the transaction.
 void startTransaction()
          Starts the transaction.
 

Method Detail

commitTransaction

void commitTransaction()
Commits the transaction.


isCommitted

boolean isCommitted()
Tests whether the transaction is already committed or rolled back.


rollbackTransaction

void rollbackTransaction()
Rolls back the transaction.


startTransaction

void startTransaction()
Starts the transaction.