|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ims.base.IOPCB
The IOPCB class contains all the data attributes of the IMS I/O Program Communication Block and the necessary getter and setter method. IMS describes the results of the calls your program issues in the I/O PCB that is referenced in the call. For more information, see IMS Application Programming: Transaction Manager.
Method Summary | |
java.lang.String |
getGroupName()
Returns the group name from the last DLI call using this IOPCB. |
int |
getInputMessageSequenceNumber()
Returns the input message sequence number from the last DLI call using this IOPCB. |
java.lang.String |
getLocalDate()
Returns the local date from the last DLI call using this IOPCB. |
java.lang.String |
getLocalTime()
Returns the local time from the last DLI call using this IOPCB. |
java.lang.String |
getLogicalTerminalName()
Returns the logical terminal name in this IOPCB. |
java.lang.String |
getMODName()
Returns the message output descriptor (MOD) name from the last DLI call using this IOPCB. |
short |
getStatusCode()
Returns the status code from the last DLI call using this IOPCB. |
java.lang.String |
getUserid()
Returns the userid from the last DLI call using this IOPCB. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getLogicalTerminalName()
public short getStatusCode()
public java.lang.String getLocalDate()
public java.lang.String getLocalTime()
public int getInputMessageSequenceNumber()
public java.lang.String getMODName()
public java.lang.String getUserid()
public java.lang.String getGroupName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |