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.base |
Provides classes for the mapping to IMS DL/I APIs.
|
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).
|
Class and Description |
---|
DLIException
This exception is thrown to indicate an error has occurred during DL/I call
processing.
|
DLIWarning
The DLIWarning class provides information when data was lost due to a type
conversion.
|
Class and Description |
---|
DLIException
This exception is thrown to indicate an error has occurred during DL/I call
processing.
|
Class and Description |
---|
AIB
The
AIB contains all the data attributes of the IMS application
interface block. |
DBArray
A
DBArray object contains a value for each element of the
structured type that it represents. |
DBArrayElementSet
A table of array data representing a database element set, which
is usually generated by executing DLI call.
|
DBPCB
The
DBPCB interface contains all the data attributes of the IMS
database program communication block from the most recent DL/I call. |
DBStruct
A
DBStruct object contains a value for each attribute of the
structured type that it represents. |
DLICall
Use this interface to issue the following DL/I calls programmatically from
your Java application when using type-2 connectivity and running in an IMS
Java Dependent Region (JDR).
|
DLICall.Function
The constants that represent the IMS DL/I call functions.
|
DLICallProperty
Use this class to set and retrieve input properties used during DL/I call.
|
DLICallProperty.Classname
The constants that represent the CLASSNAME property used for the AUTH
call.
|
DLICallProperty.FLD_FSA_OPCODE
The constants that represent the op code for a field search argument used
during the FLD call.
|
DLICallProperty.FSA
Object that represents a field search argument.
|
DLICallProperty.LockClass
The constants that represent the Q command lock classes.
|
DLICallProperty.POS_Option
The constants that represent the properties used for the POS call.
|
DLICallProperty.Property
The constants that represent the properties used during the DL/I calls.
|
DLICallProperty.SNAP_Region
The constants that represent values for the REGION property used for the
SNAP call.
|
DLICallProperty.STAT_Option
The constants that represent the properties used for the STAT call.
|
DLICallProperty.Subfunction
The constants that represent the sub-function codes used for the INQY, INIT and
GMSG DL/I calls.
|
DLICallResult
Object that represents the output from a DL/I call that was issued
programatically using the
DLICall interface. |
DLIException
This exception is thrown to indicate an error has occurred during DL/I call
processing.
|
DLIWarning
The DLIWarning class provides information when data was lost due to a type
conversion.
|
EnvironInfo
Object that represents the output from an Inquiry (INQY) call that is issued
with the ENVIRON subfunction.
|
FLDCallResult.FLD_STATUSCODE
The constants that represent field search argument (FSA) status codes.
|
GPCB
The GPCB interface contains all the data attributes of the GSAM Database
Program Communication Block and the necessary getter and setter methods.
|
GSAMPCB
Object that represents a connection to a GSAM PCB.
|
IMSConnectionSpec
IMSConnectionSpec is used by an application to pass connection
request specific properties to the PSBFactory . |
IOPCB
The
IOPCB interface contains all the data attributes of the
IOPCB communication block from the most recent DL/I call. |
MessageInfo
Object that represents the output from an Inquiry (INQY) call that is issued
with the MSGINFO subfunction.
|
NotSupportedException
A
NotSupportedException is thrown when the function in the
library is not supported. |
Path
The
Path interface represents a list of database segments for
the purpose of a DL/I retrieval, insert, delete, or update operation. |
PathMetaData
An object that can be used to get information about the types and properties
of the fields in a
Path object. |
PathSet
A
PathSet is only used for batch retrieval and represents a
collection of Path objects, each containing the segment data
returned from a database retrieve call. |
PCB
The program communication block (PCB) interface is used to generate a SSAList
based on the PCB's view of an IMS database and issue DL/I calls to IMS to
retrieve, insert, update, and delete database information.
|
PreparedValue
Interface used for storing and setting a prepared value.
|
PSB
A Program Specification Block (PSB) contains one or more PCB objects.
|
RSA
Provides methods for storing and retrieving a GSAM record address.
|
SSAList
The
SSAList interface represents a list of segment search
arguments used to specify the segments to target in a particular database
call. |
Class and Description |
---|
AIB
The
AIB contains all the data attributes of the IMS application
interface block. |
DBQueryInfo |
DLIException
This exception is thrown to indicate an error has occurred during DL/I call
processing.
|
EnvironInfo
Object that represents the output from an Inquiry (INQY) call that is issued
with the ENVIRON subfunction.
|
FindInfo |
MessageInfo
Object that represents the output from an Inquiry (INQY) call that is issued
with the MSGINFO subfunction.
|
ProgramInfo |
(c) Copyright IBM Corporation 2008, 2017.