Package com.ibm.jakarta.connector2.cics
Class CorrelatorOperationsHelper
java.lang.Object
com.ibm.jakarta.connector2.cics.CorrelatorOperationsHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
getEWLMCorrelator
(byte[] armCorrelatorBytes) Returns the EWLM correlator from the correlator bytes we are passed in.
-
Field Details
-
CLASS_VERSION
- See Also:
-
-
Constructor Details
-
CorrelatorOperationsHelper
public CorrelatorOperationsHelper()
-
-
Method Details
-
getEWLMCorrelator
public static byte[] getEWLMCorrelator(byte[] armCorrelatorBytes) Returns the EWLM correlator from the correlator bytes we are passed in.- Parameters:
armCorrelatorBytes
- The correlator bytes from InteractionMetrics- Returns:
- The EWLM token to use on this transaction.
-