|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMSFieldMessage | |
com.ibm.ims.application | Provides classes for IMS Java dependent region transaction and message processing. |
Uses of IMSFieldMessage in com.ibm.ims.application |
Methods in com.ibm.ims.application with parameters of type IMSFieldMessage | |
boolean |
IMSMessageQueue.getNextMessage(IMSFieldMessage message)
Receives the next segment of the message from IMS. |
boolean |
IMSMessageQueue.getUniqueMessage(IMSFieldMessage message)
Receives the first segment of an input message from IMS. |
void |
IMSMessageQueue.insertMessage(IMSFieldMessage message)
Send an output message to IMS. |
void |
IMSMessageQueue.insertMessage(IMSFieldMessage message,
java.lang.String modName)
Send an output message to IMS, specifying the Message Output Descriptor to format the output message. |
void |
IMSMessageQueue.insertMessage(IMSFieldMessage message,
java.lang.String modName,
boolean isLast)
Send the SPA to IMS with the Message Output Descriptor specified and end the conversation if isLast is true. |
void |
IMSMessageQueue.insertMessage(IMSFieldMessage message,
boolean isLast)
Send the SPA to IMS and end the conversation if isLast is true. |
Constructors in com.ibm.ims.application with parameters of type IMSFieldMessage | |
IMSFieldMessage(IMSFieldMessage message,
DLITypeInfo[] typeInfo)
Creates a new IMSFieldMessage from an existing
IMSFieldMessage . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |