|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.otma.OTMAMessage
This OTMAMessage class represents a OTMA message with message characteristics.
Field Summary | |
static java.lang.String |
COMPID
|
Constructor Summary | |
OTMAMessage()
This constructor creates a OTMAMessage object. |
Method Summary | |
byte[] |
getConversationId()
Returns conversationId in case transaction is conversational. |
java.lang.String |
getErrorMessage()
Returns error message from IMS when error produced. |
java.lang.String |
getLTERM()
Returns the LTERM from IMS. |
java.lang.String |
getMFSModName()
Returns the name of the MFSModName from IMS. |
java.lang.String |
getReasonCode()
Returns a String with the reason codes concatenated. |
int |
getReceivedLength()
Returns the total of available message segment lengths. |
int[] |
getResponseSegments()
Returns an array to hold the number of segments sent by IMS. |
java.lang.String |
getResponseString()
Returns the message replied from IMS. |
int |
getReturnCode()
Returns the name of the returnCode from IMS. |
boolean |
isConversational()
Returns whether this interaction with IMS is conversational. |
boolean |
isTimeout()
Returns if timeout is achieved in the transaction. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String COMPID
Constructor Detail |
public OTMAMessage()
Method Detail |
public byte[] getConversationId()
public java.lang.String getErrorMessage()
public java.lang.String getLTERM()
Returns the LTERM from IMS.
public java.lang.String getMFSModName()
public java.lang.String getReasonCode()
public int getReceivedLength()
public int[] getResponseSegments()
public java.lang.String getResponseString()
public int getReturnCode()
public boolean isConversational()
public boolean isTimeout()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |