Package net.m2technologies.open_arm

Examples of net.m2technologies.open_arm.OpenArmAgent


            if (configFileName == null) {
                logger.error("property-can-not-be-found",
                             CONFIG_FILE_PROPERTY);
                throw new IllegalStateException();
            }
            openArmAgent = new OpenArmAgent(configFileName);
        }
        delegate = openArmAgent.getTransactionFactory();
    }
View Full Code Here

TOP

Related Classes of net.m2technologies.open_arm.OpenArmAgent

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.