Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.application
Interface TransactionListener


public interface TransactionListener


Method Summary
 void afterCommit(boolean success)
          Called after a transaction was committed
 void beforeCommit()
          Called just before the transaction is committed in the context of the currently executing transaction.
 

Method Detail

beforeCommit

void beforeCommit()
Called just before the transaction is committed in the context of the currently executing transaction.


afterCommit

void afterCommit(boolean success)
Called after a transaction was committed


Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.