Package | Description |
---|---|
com.ibm.ims.dli.tm |
Provides a Java interface to interact with IMS Java batch processing regions (JBPs)
and Java message processing regions (JMPs).
|
Modifier and Type | Method and Description |
---|---|
IOMessage |
Application.getIOMessage(String url)
Retrieves a handle to the
IOMessage
object that represents messages that are coming from or going to an
IMS message queue. |
Modifier and Type | Method and Description |
---|---|
boolean |
MessageQueue.getNext(IOMessage message)
Retrieves the next segment of the message from IMS.
|
boolean |
MessageQueue.getUnique(IOMessage message)
Retrieves the first segment of an input message from IMS.
|
void |
MessageQueue.insert(IOMessage message,
MessageDestinationSpec mds)
Send an output message to IMS.
|
void |
MessageQueue.purge(String alternatePcbName,
IOMessage message)
Use the PURG call to send output messages to several different terminals.
|
void |
MessageQueue.purge(String alternatePcbName,
IOMessage message,
String modName)
Use the PURG call to send output messages to several different terminals.
|
(c) Copyright IBM Corporation 2008, 2017.