Package org.jboss.jbossts.xts.recovery.participant.ba

Examples of org.jboss.jbossts.xts.recovery.participant.ba.BAParticipantRecoveryModule


        // 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
        // singleton.

        baParticipantRecoveryModule = new BAParticipantRecoveryModule();

        baParticipantRecoveryModule.install();

        // we assume the tx manager has started, hence initializing the recovery manager.
        // to guarantee this our mbean should depend on the tx mgr mbean. (but does that g/tee start or just load?)
View Full Code Here

TOP

Related Classes of org.jboss.jbossts.xts.recovery.participant.ba.BAParticipantRecoveryModule

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.