All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atomikos.icatch.CompositeCoordinator Maven / Gradle / Ivy

/**
 * Copyright (C) 2000-2019 Atomikos 
 *
 * LICENSE CONDITIONS
 *
 * See http://www.atomikos.com/Main/WhichLicenseApplies for details.
 */

package com.atomikos.icatch;


/**
 * Represents the per-server work done
 * as part of the same global (root) transaction scope.
 */

public interface CompositeCoordinator 
{

    /**
     * @return The coordinatorId. 
     */

     String getCoordinatorId();
     
     /**
      * 
      * @return The top-level root's coordinatorId.
      */
     String getRootId();
   

    /**
     *
     *@return RecoveryCoordinator.
     */

     RecoveryCoordinator getRecoveryCoordinator();

}











© 2015 - 2024 Weber Informatics LLC | Privacy Policy