com.atomikos.icatch
Interface CompositeCoordinator

All Superinterfaces:
Serializable

public interface CompositeCoordinator
extends Serializable

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


Method Summary
 String getCoordinatorId()
           
 RecoveryCoordinator getRecoveryCoordinator()
           
 

Method Detail

getCoordinatorId

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.