org.jboss.messaging.core.transaction
Interface TransactionSynchronization


public interface TransactionSynchronization

A TransactionSynchronization

Author:
Tim Fox

Method Summary
 void afterCommit()
           
 void afterRollback()
           
 void beforeCommit()
           
 void beforeRollback()
           
 

Method Detail

beforeCommit

void beforeCommit()
                  throws java.lang.Exception
Throws:
java.lang.Exception

afterCommit

void afterCommit()
                 throws java.lang.Exception
Throws:
java.lang.Exception

beforeRollback

void beforeRollback()
                    throws java.lang.Exception
Throws:
java.lang.Exception

afterRollback

void afterRollback()
                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.