com.ibm.ctg.monitoring

Interface TrackingTokenInterface



  • public interface TrackingTokenInterface
    StakeHolders who would like to monitor the Request end to end can implement the TrackingTokenInterface Interface. See the package overview. for details.

    You can create a Request Monitoring Exits that can selectively track requests by implementing the TrackingTokenInterface Interface.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CLASS_VERSION 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Character getStakeholderIdentifier()
      This method is called for each request flow through Gateway.
    • Method Detail

      • getStakeholderIdentifier

        java.lang.Character getStakeholderIdentifier()
        This method is called for each request flow through Gateway. This method is implemented in the Request Monitoring Exits and returns a stakeHolder identifier.
        Returns:
        A Character that identifies the stakeHolder Identifier.

©Copyright IBM Corp. 1994, 2025


Legal