Package org.jboss.jbossts.xts.recovery.coordinator.at

Examples of org.jboss.jbossts.xts.recovery.coordinator.at.SubordinateCoordinatorRecoveryModule


        acCoordinatorRecoveryModule.install();

        // we don't need to install anything in the Inventory for this recovery module as it
        // uses the same records as those employed by ACCoordinatorRecoveryModule

        atSubordinateCoordinatorRecoveryModule = new SubordinateCoordinatorRecoveryModule();

        atSubordinateCoordinatorRecoveryModule.install();

        // we don't need to install anything in the Inventory for this recovery module as it
        // manages its own ObjectStore records but we do need it to create the recovery manager
View Full Code Here

TOP

Related Classes of org.jboss.jbossts.xts.recovery.coordinator.at.SubordinateCoordinatorRecoveryModule

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.