Package | Description |
---|---|
com.ibm.ims.application |
Provides classes for IMS Java dependent region transaction and message processing,
including managing error messages, sending and receiving messages, and
providing program access to IMS transaction services such as commit and rollback.
|
com.ibm.ims.dli |
Provides an API to write Java applications that can access IMS databases
using DL/I programming semantics.
|
Modifier and Type | Method and Description |
---|---|
DLIWarning |
IMSFieldMessage.getWarnings()
The first warning reported by calls on this IMSFieldMessage is returned.
|
Modifier and Type | Method and Description |
---|---|
DLIWarning |
DLIWarning.getNextWarning()
Get the warning chained to this one.
|
DLIWarning |
Path.getWarnings()
Retrieves the first warning reported by calls on this Path object.
|
Modifier and Type | Method and Description |
---|---|
void |
DLIWarning.setNextWarning(DLIWarning warning)
Sets the next warning in the chain
|
(c) Copyright IBM Corporation 2008, 2017.