Package org.apache.geronimo.transaction

Examples of org.apache.geronimo.transaction.GeronimoTransactionManager


    private TransactionContextManager transactionContextManager;
    private XidFactory xidFactory = new XidFactoryImpl("geronimo.test.tm".getBytes());

    protected void setUp() throws Exception {
        TransactionManagerProxy tm = new GeronimoTransactionManager(1000, null, null);
        transactionContextManager = new TransactionContextManager(tm, tm, tm);
    }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.transaction.GeronimoTransactionManager

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.