|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.xa.NullTransaction
Empty implementation to facilitate ease of use when developing new PARC applications. This is probably only useful for testing.
Field Summary |
Fields inherited from interface com.rhi.architecture.xa.Transaction |
TYPE_KEY |
Constructor Summary | |
NullTransaction()
Constructor for NullTransaction. |
Method Summary | |
void |
begin()
Start a new transaction. |
void |
commit()
Commit the transaction represented by this object. |
void |
rollback()
Rollback the transaction represented by this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullTransaction()
Method Detail |
public void begin() throws TransactionException
Transaction
begin
in interface Transaction
TransactionException
Transaction.begin()
public void commit() throws TransactionException
Transaction
commit
in interface Transaction
TransactionException
Transaction.commit()
public void rollback() throws TransactionException
Transaction
rollback
in interface Transaction
TransactionException
Transaction.rollback()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |