com.atomikos.icatch
Interface CompositeCoordinator

All Superinterfaces:
java.io.Serializable

public interface CompositeCoordinator
extends java.io.Serializable

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


Method Summary
 java.lang.String getCoordinatorId()
           
 RecoveryCoordinator getRecoveryCoordinator()
           
 

Method Detail

getCoordinatorId

java.lang.String getCoordinatorId()
Returns:
String The coordinatorId. For imported transactions, this will be the id of the top-level or root transaction. For subtransactions, this will be an independent id.

getRecoveryCoordinator

RecoveryCoordinator getRecoveryCoordinator()
Returns:
RecoveryCoordinator.


Copyright © 2016. All Rights Reserved.