electric.transaction
Interface ITransactional

All Known Implementing Classes:
View

public interface ITransactional

ITransactional is the interface that must be implemented by all objects that wish to be transaction-aware.

Author:
webMethods

Method Summary
 void commit()
           
 void rollback()
           
 

Method Detail

commit

public void commit()
            throws TransactionException
Throws:
TransactionException

rollback

public void rollback()
              throws TransactionException
Throws:
TransactionException


copyright© 2001-2004 by webMethods All Rights Reserved.