Package org.objectweb.jotm

Examples of org.objectweb.jotm.TransactionResourceManager


    }

    @Override
    public void doRecovery() throws Throwable
    {
        TransactionResourceManager trm = new TransactionResourceManager()
        {
            @Override
            public void returnXAResource( String rmName, XAResource rmXares )
            {
            }
View Full Code Here

TOP

Related Classes of org.objectweb.jotm.TransactionResourceManager

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.