See: Description
Interface | Description |
---|---|
AIB |
The
AIB contains all the data attributes of the IMS application
interface block. |
AUTHCallResult |
Object that represents the output from an Authorization (AUTH) call.
|
CMDCallResult |
Object that represents the output from an Command (CMD) call to IMS TM.
|
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).
|
DLICallResult |
Object that represents the output from a DL/I call that was issued
programmatically using the
DLICall interface. |
FLDCallResult |
Object that represents the output from an Field (FLD) call.
|
GCMDCallResult |
Object that represents the output from a Get Command (GCMD) call.
|
GMSGCallResult |
Object that represents the output from a Get Message (GMSG) call.
|
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.
|
ICMDCallResult |
Object that represents the output from an Issue Command (ICMD) call.
|
IMSConnectionSpec |
IMSConnectionSpec is used by an application to pass connection
request specific properties to the PSBFactory . |
IMSStatusCodes |
This class defines constants for the IMS status codes.
|
INITCallResult |
Object that represents the output from an Initialize (INIT) call.
|
INQYCallResult |
Object that represents the output from an Inquiry (INQY) call.
|
IOPCB |
The
IOPCB interface contains all the data attributes of the
IOPCB communication block from the most recent DL/I call. |
LocalTransaction |
The
LocalTransaction interface provides support for transactions
that are managed internal to IMS, and do not require an external transaction
manager. |
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.
|
POSCallReturn |
Object that represents the output from a qualified Position (POS) call.
|
PreparedValue |
Interface used for storing and setting a prepared value.
|
PSB |
A Program Specification Block (PSB) contains one or more PCB objects.
|
RCMDCallResult |
Object that represents the output from a Retrieve Command (RCMD) call.
|
ROLSCallResult |
Object that represents the output from a Roll Back to SETS (ROLS) call.
|
RSA |
Provides methods for storing and retrieving a GSAM record address.
|
SETOCallResult |
Object that represents the output from a SET Options (SETO) call.
|
SSAList |
The
SSAList interface represents a list of segment search
arguments used to specify the segments to target in a particular database
call. |
STATCallResult |
Object that represents the output from a Statistics (STAT) call.
|
Class | Description |
---|---|
DBArrayElementSetMetaData |
An object that can be used to get information about the types
and properties of the columns in a
DBArrayElementSet object. |
DBQueryInfo | |
DLICallProperty |
Use this class to set and retrieve input properties used during DL/I call.
|
EnvironInfo |
Object that represents the output from an Inquiry (INQY) call that is issued
with the ENVIRON subfunction.
|
FindInfo | |
IMSConnectionSpecFactory |
IMSConnectionSpecFactory is used by the application component to
create an IMSConnectionSpec instance. |
IMSMetadata |
This class is an interface for managing the PSB and DBD metadata obtained
from the IMS Catalog.
|
MessageInfo |
Object that represents the output from an Inquiry (INQY) call that is issued
with the MSGINFO subfunction.
|
PSBFactory |
This class is a factory for creating
PSB objects. |
SecondaryIndexDatabaseField |
This is a Field.
|
Enum | Description |
---|---|
DLICall.Function |
The constants that represent the IMS DL/I call functions.
|
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.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.
|
FLDCallResult.FLD_STATUSCODE |
The constants that represent field search argument (FSA) status codes.
|
Exception | Description |
---|---|
DLIException |
This exception is thrown to indicate an error has occurred during DL/I call
processing.
|