atg.adapter.gsa
Interface AutoCommitable
public interface AutoCommitable
Interface for code that should be executed with autoCommit=true.
- Version:
- $Id: //test/UnitTests/base/main/src/Java/atg/adapter/gsa/AutoCommitable.java#1 $
- Author:
- adamb
Method Summary |
void |
doInAutoCommit(java.sql.Connection pConnection)
Work to be done withing the scope of an autoCommit transaction
should be placed into the implementation of this method. |
doInAutoCommit
void doInAutoCommit(java.sql.Connection pConnection)
- Work to be done withing the scope of an autoCommit transaction
should be placed into the implementation of this method.
Hand of the implementation (typically via Anonymous Inner Class) to an
instance of
DoInAutoCommitLand.doInAutoCommit
- Parameters:
pConnection
-
Copyright © 2009. All Rights Reserved.