|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ctg.util.OriginData
public class OriginData
Represents IPIC origin data which can be used to associate the flow from a Java application through to a CICS region.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.String |
getApplid()
Returns the APPLID of the Java client application from which the transaction was started. |
java.lang.String |
getApplidQualifier()
Returns the APPLID qualifier of the Java 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 |
getUserid()
Returns the CICS user ID under which the transaction was started. |
java.lang.String |
toString()
Returns a string representation of the origin data. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 transactionMethod Detail |
---|
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()
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |