Package | Description |
---|---|
com.ibm.ims.dli |
Provides an API to write Java applications that can access IMS databases
using DL/I programming semantics.
|
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 |
---|---|
AIB |
DLIException.getAib()
Retrieves the AIB information that was returned when the failing DL/I
call was processed.
|
AIB |
DLICallResult.getAIB()
Retrieves an
AIB instance that contains the return code,
reason code, and other useful information after a DL/I call is issued. |
AIB |
GSAMPCB.getAIB()
Retrieves the application interface block (
AIB ) object for
the GSAM PCB. |
AIB |
Path.getAIB()
Returns the AIB (Application Interface Block) associated with the most
recent DL/I call.
|
AIB |
PCB.getAIB()
Returns the Application Interface Block associated with the most recent
DL/I call
|
Modifier and Type | Method and Description |
---|---|
protected void |
DLIException.setAib(AIB aib) |
Modifier and Type | Method and Description |
---|---|
AIB |
MessageQueue.getAIB()
Returns the
AIB instance associated with the most recent DL/I call. |
AIB |
Transaction.getAIB()
Returns the
AIB instance associated with the most recent DL/I call. |
(c) Copyright IBM Corporation 2008, 2017.