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

void commit()
            throws SandeshaStorageException
Throws:
SandeshaStorageException

rollback

void rollback()
              throws SandeshaStorageException
Throws:
SandeshaStorageException

isActive

boolean isActive()


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