java.lang.Object
com.arjuna.ats.internal.jts.orbspecific.recovery.recoverycoordinators.RecoveryCoordinatorId

public class RecoveryCoordinatorId extends Object
Holds and manipulates the fields used to identify which branch of which transaction a RecoveryCoordinator is concerned with. Split from GenericRecoveryCoordinator to allow for default servant mechanism with POA
Version:
$Id: RecoveryCoordinatorId.java 2342 2006-03-30 13:06:17Z $
Author:
Peter Furniss (peter.furniss@arjuna.com)
  • Method Details

    • reconstruct

      public static RecoveryCoordinatorId reconstruct(String encodedRCData)
      Construct an id from the encoded string
    • toString

      public String toString()
      override base toString for clarity
      Overrides:
      toString in class Object