|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AIB | |
com.ibm.ims.application | Provides classes for IMS Java dependent region transaction and message processing. |
com.ibm.ims.base | Provides classes for the mapping to IMS DL/I APIs. |
com.ibm.ims.db | Provides classes for the JDBC driver and for the IMS Java hierarchic database interface. |
Uses of AIB in com.ibm.ims.application |
Methods in com.ibm.ims.application that return AIB | |
AIB |
IMSMessageQueue.getAIB()
Returns the Application Interface Block (AIB) used by the message queue. |
Uses of AIB in com.ibm.ims.base |
Methods in com.ibm.ims.base that return AIB | |
AIB |
IMSException.getAIB()
Returns the IMS AIB from DLI call which caused this exception. |
Methods in com.ibm.ims.base with parameters of type AIB | |
static void |
JavaToDLI.deallocatePSB(java.lang.String psbName,
AIB jaib)
Call this method to deallocate a PSB. |
static void |
JavaToDLI.terminateODBA(AIB jaib,
java.lang.String draName)
Call this method to remove the IMS ODBA environment. |
static void |
JavaToDLI.initializeODBA(AIB jaib,
java.lang.String draName)
Call this method to initialize the IMS ODBA environment. |
static void |
JavaToDLI.allocatePSB(java.lang.String psbName,
java.lang.String draStartUpTableName,
AIB jaib)
Call this method to allocate a PSB. |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib)
Executes CEETDLI(String function, AIB aib) call. |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib,
byte[] ioArea)
Executes CEETDLI(String function, AIB aib, byte[] ioarea) calls. |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib,
java.lang.String destinationName)
Executes CEETDLI(String function, AIB aib, String destinationName) call. |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib,
java.lang.String destinationName,
byte[] optionsList)
Executes CEETDLI(String function, AIB aib, String destinationName, byte[] optionsList) calls. |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib,
byte[] ioArea,
byte[] optionsList,
byte[] feedbackArea)
Executes CEETDLI(String function, AIB aib, byte[] ioArea, byte[] optionsList, byte[] feedbackArea) calls. |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib,
java.lang.String destinationName,
byte[] optionsList,
byte[] feedbackArea)
Executes CEETDLI(String function, AIB aib, String destinationName, byte[] optionsList, byte[] feedbackArea) calls. |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib,
byte[] ioArea,
byte[] token)
Executes CEETDLI(String function, AIB aib, byte[] ioarea, byte[] token) calls. |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib,
byte[] ioArea,
byte[][] ssaL)
DB calls FLD call: DB call |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib,
byte[] ioArea,
java.lang.String modName)
Executes CEETDLI(String function, AIB aib, byte[] ioArea, String modName) calls. |
static void |
JavaToDLI.execute(java.lang.String function,
AIB aib,
int ioAreaLength,
byte[] ioArea,
int saveAreaLength,
byte[] saveArea)
Executes the following IMS system service calls: |
Constructors in com.ibm.ims.base with parameters of type AIB | |
IMSException(java.lang.String function,
AIB aib,
short statCode,
java.lang.String exceptionType)
Constructor for DLI exceptions. |
Uses of AIB in com.ibm.ims.db |
Methods in com.ibm.ims.db that return AIB | |
AIB |
DLIConnection.getAIB()
Returns the Application Interface Block (AIB) used by the connection. |
AIB |
DLIQueryConnection.getAIB()
Returns the Application Interface Block (AIB) used by the connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |