public class OriginData
extends java.lang.Object
Constructor and Description |
---|
OriginData(java.lang.String applid,
java.lang.String applidQualifier,
java.lang.String transId,
java.lang.String userId,
java.net.InetAddress ipAddr,
int port)
Builds a new OriginData based on the information provided and the
time that his object was created.
|
OriginData(java.lang.String applid,
java.lang.String applidQualifier,
java.lang.String transId,
java.lang.String userId,
java.net.InetAddress ipAddr,
int port,
java.lang.String xctRoot,
java.lang.String xctToken) |
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 OriginData(java.lang.String applid, java.lang.String applidQualifier, java.lang.String transId, java.lang.String userId, java.net.InetAddress ipAddr, int port)
applid
- The applid of the process starting the transactionapplidQualifier
- The applid qualifier of the process starting the transactiontransId
- The mirror transaction to be used in CICSuserId
- The user id that has been set for this requestipAddr
- The IP address of the process starting the transactionport
- The port of the process starting the transactionpublic OriginData(java.lang.String applid, java.lang.String applidQualifier, java.lang.String transId, java.lang.String userId, java.net.InetAddress ipAddr, int port, java.lang.String xctRoot, java.lang.String xctToken)
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()