|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.comms.CCMessage | +--com.ibm.dse.services.itoc.ITOCMessage
This class represents an ITOC message with its characteristics.
Field Summary | |
boolean |
isConversational
If true conversationOn flag received from the IMS. |
java.lang.String |
LTERM
The name of the IMS LTERM. |
java.lang.String |
MFSModName
The name of the MFS mod name. |
int |
reasonCode
The value of transaction reason code from the IMS. |
java.lang.String[] |
responseSegments
The response segments from the IMS. |
java.lang.String |
responseString
The concatenated response segments from de IMS. |
int |
returnCode
The value of transaction return code from the IMS. |
boolean |
timeout
If timeout is achieved, application set this value to true. |
Fields inherited from class com.ibm.dse.services.comms.CCMessage |
dataReceived,
dataSent,
receiveRC,
timeout |
Constructor Summary | |
ITOCMessage()
This constructor creates a ITOCMessage object. |
Method Summary | |
java.lang.String |
getLTERM()
Returns the name of the LTERM from the ITOCMessage. |
java.lang.String |
getMFSModName()
Returns the name of the MFSModName from the ITOCMessage. |
int |
getReasonCode()
Returns the name of the reasonCode from the ITOCMessage. |
java.lang.String[] |
getResponseSegments()
Returns the value of the responseSegments from the ITOCMessage. |
java.lang.String |
getResponseString()
Returns the concatenated response string from the ITOCMessage. |
int |
getReturnCode()
Returns the name of the returnCode from the ITOCMessage. |
boolean |
isIsConversational()
Returns true if communication is conversational. |
boolean |
isTimeout()
Returns true if timeout is achieved in the transaction. |
void |
setIsConversational(boolean newIsConversational)
Sets the value of the isConversational property. |
void |
setLTERM(java.lang.String newLTERM)
Sets the value of the LTERM property. |
void |
setMFSModName(java.lang.String newMFSModName)
Sets the value of the MFSModName property.. |
void |
setReasonCode(int newReasonCode)
Sets the value of the reasonCode property. |
void |
setResponseSegments(java.lang.String[] newResponseSegments)
Sets the array of string, responseSegmentsfrom the ITOC message |
void |
setResponseString(java.lang.String newResponseString)
Sets the concatenated response segments, responseString from the ITOC message |
void |
setReturnCode(int newReturnCode)
Sets the value of the returnCode property. |
void |
setTimeout(boolean newTimeout)
Sets the value of the timeout property. |
Methods inherited from class com.ibm.dse.services.comms.CCMessage |
finalize,
getDataReceived,
getDataSent,
getReceiveRC,
getTimeout,
setDataReceived,
setDataSent,
setReceiveRC |
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.String LTERM
public java.lang.String MFSModName
public java.lang.String responseString
public boolean timeout
public int returnCode
public int reasonCode
public java.lang.String[] responseSegments
public boolean isConversational
Constructor Detail |
public ITOCMessage()
Method Detail |
public java.lang.String getLTERM()
public java.lang.String getMFSModName()
public int getReasonCode()
public java.lang.String[] getResponseSegments()
public java.lang.String getResponseString()
public int getReturnCode()
public boolean isIsConversational()
public boolean isTimeout()
public void setIsConversational(boolean newIsConversational)
newIsConversational
- booleanpublic void setLTERM(java.lang.String newLTERM)
newLTERM
- java.lang.Stringpublic void setMFSModName(java.lang.String newMFSModName)
newMFSModName
- java.lang.Stringpublic void setReasonCode(int newReasonCode)
newReasonCode
- intpublic void setResponseSegments(java.lang.String[] newResponseSegments)
newResponseSegments
- java.lang.String[]public void setResponseString(java.lang.String newResponseString)
newResponseString
- java.lang.Stringpublic void setReturnCode(int newReturnCode)
newReturnCode
- intpublic void setTimeout(boolean newTimeout)
newTimeout
- boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |