| 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.
|
(c) Copyright IBM Corporation 2008, 2017.