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.
|
Constructor and Description |
---|
IMSFieldMessage(DLITypeInfo[] typeInfo,
int length,
boolean isSPA)
Creates a new
IMSFieldMessage with the specified message length. |
IMSFieldMessage(DLITypeInfo[] typeInfo,
int length,
boolean isSPA,
byte[] ioArea,
int transCodeRule)
Creates a new
IMSFieldMessage with the specified message length. |
IMSFieldMessage(DLITypeInfo[] typeInfo,
int length,
boolean isSPA,
int transCodeRule)
Creates a new
IMSFieldMessage with the specified message length. |
IMSFieldMessage(IMSFieldMessage message,
DLITypeInfo[] typeInfo)
Creates a new
IMSFieldMessage from an existing
IMSFieldMessage . |
(c) Copyright IBM Corporation 2008, 2017.