Package com.ibm.ims.base

Provides classes for the mapping to IMS DL/I APIs.

See:
          Description

Class Summary
AIB The Application Interface Block (AIB) is used by your program to communicate with IMS.
AlternatePCB The AlternatePCB class contains all the data attributes of the IMS Alternate Program Communication Block and the necessary getter and setter methods.
ComplexDateFormat Formatting class for the TIMESTAMP data type.
DBPCB The DBPCB class contains all the data attributes of the IMS Database Program Program Communication Block and the necessary getter and setter methods.
DLIBaseSegment DLIBaseSegment is the abstract base class for objects representing segments in a DL/I database.
DLISecondaryIndexInfo Deprecated. This class does not support for secondary indexes with source and target segments being different.
DLITypeInfo A DLITypeInfo object is used to provide the layout of a segment's fields to the base class DLISegment.
DLITypeInfoList A DLITypeInfoList object is a specialization of a DLITypeInfo object that defines a set of fields that occur more than once.
GSAMPCB The GSAMPCB class contains all the data attributes of the GSAM Database Program Communication Block and the necessary getter and setter methods.
IMSErrorMessages The textual error messages that can be received when using the com.ibm.ims.base package
IMSInfo The IMSInfo class provides information about the application's current execution environment.
IMSJavaVersionInfo IMSJavaVersionInfo stores Version Information about the release, code level, and date and time the Driver was built.
IMSTrace IMSTrace provides tracing facilities to document the flow of control in an IMS Java application.
IOPCB The IOPCB class contains all the data attributes of the IMS I/O Program Communication Block and the necessary getter and setter method.
JavaToDLI The JavaToDLI class is used to issue DL/I calls to get, update, insert, and delete data in IMS databases, to get and insert messages to the IMS message queues, and to perform IMS system service calls.
OperatorConsole  
RRSTransactionImpl  
XMLTrace XMLTrace provides tracing facilities to document the flow of control in an IMS Java application.
 

Exception Summary
DLIException Thrown to indicate an error has occurred.
DLIWarning The DLIWarning class provides information when data was lost due to a type conversion.
IMSException This exception is thrown to indicate a DLI error has ocurred.
 

Package com.ibm.ims.base Description

Provides classes for the mapping to IMS DL/I APIs.



(C) International Business Machines Corporation 2004. All rights reserved.