org.apache.sandesha2.storage
Interface Transaction

All Known Implementing Classes:
InMemoryTransaction

public interface Transaction

Transaction implementations should extend this.


Method Summary
 void commit()
           
 boolean isActive()
           
 void rollback()
           
 

Method Detail

commit

public void commit()
            throws SandeshaStorageException
Throws:
SandeshaStorageException

rollback

public void rollback()
              throws SandeshaStorageException
Throws:
SandeshaStorageException

isActive

public boolean isActive()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.