public class OriginData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplid()
Returns the APPLID of the client application from which
the transaction was started.
|
java.lang.String |
getApplidQualifier()
Returns the APPLID qualifier of the client application from
which the transaction was started.
|
java.net.InetAddress |
getClientIpaddr()
Returns the IP address from which the transaction was started.
|
int |
getClientPort()
Returns the TCP/IP port from which the transaction was started.
|
java.lang.String |
getIpAddrFamily()
Returns the IP address family associated with the client IP
address.
|
byte[] |
getPrincipalFacilityType()
Returns the principal facility type of the origin data.
|
long |
getStartStck()
Returns a store clock value representing the time when the origin
data was created.
|
byte[] |
getTransGroupId()
Returns the transaction group ID associated with the origin data.
|
java.lang.String |
getTransId()
Returns the CICS mirror transaction under which the transaction
was started.
|
java.lang.String |
getUserCorrelator()
Returns the user correlator string that is passed to CICS.
|
java.lang.String |
getUserid()
Returns the CICS user ID under which the transaction was started.
|
java.lang.String |
toString()
Returns a string representation of the origin data.
|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getApplid()
public java.net.InetAddress getClientIpaddr()
public int getClientPort()
public java.lang.String getIpAddrFamily()
public java.lang.String getApplidQualifier()
public byte[] getPrincipalFacilityType()
public long getStartStck()
public byte[] getTransGroupId()
public java.lang.String getTransId()
public java.lang.String getUserid()
public java.lang.String getUserCorrelator()