Package org.apache.geronimo.connector

Examples of org.apache.geronimo.connector.ActivationSpecNamedXAResourceFactory


    public GeronimoInboundRecovery(RecoverableTransactionManager transactionManager) {
        this.transactionManager = transactionManager;
    }

    public void recover(ResourceAdapter resourceAdapter, ActivationSpec activationSpec, String containerId) throws OpenEJBException {
        transactionManager.registerNamedXAResourceFactory(new ActivationSpecNamedXAResourceFactory(containerId, activationSpec, resourceAdapter));
    }
View Full Code Here


    public GeronimoInboundRecovery(RecoverableTransactionManager transactionManager) {
        this.transactionManager = transactionManager;
    }

    public void recover(ResourceAdapter resourceAdapter, ActivationSpec activationSpec, String containerId) throws OpenEJBException {
        transactionManager.registerNamedXAResourceFactory(new ActivationSpecNamedXAResourceFactory(containerId, activationSpec, resourceAdapter));
    }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.connector.ActivationSpecNamedXAResourceFactory

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.