Package org.activemq

Examples of org.activemq.LocalTransactionEventListener


                        proxy.setUseSharedTxContext(inManagedTx);
                    }                   
                }
            };
           
            this.transactionContext.setLocalTransactionEventListener( new LocalTransactionEventListener() {
                public void beginEvent() {
                    fireBeginEvent();
                }
                public void commitEvent() {
                    fireCommitEvent();
View Full Code Here

TOP

Related Classes of org.activemq.LocalTransactionEventListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.