com.ibm.ctg.monitoring
Interface TrackingTokenInterface
-
public interface TrackingTokenInterfaceStakeHolders 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.StringCLASS_VERSION
-
Method Summary
Methods Modifier and Type Method and Description java.lang.CharactergetStakeholderIdentifier()This method is called for each request flow through Gateway.
-
-
-
Field Detail
-
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
-
-
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.
-
-