Serialized Form
Package com.ibm.connector2.ims.db |
connectionManager
javax.resource.spi.ConnectionManager connectionManager
- Holds the J2C connection manager.
managedConnectionFactory
IMSJdbcManagedConnectionFactory managedConnectionFactory
- Holds the corresponding J2C managed connection factory object of the resource adaptor.
reference
javax.naming.Reference reference
traceLevel
int traceLevel
UTOKEN_MECH_TYPE
java.lang.String UTOKEN_MECH_TYPE
databaseURL
java.lang.String databaseURL
traceLevel
int traceLevel
databaseViewName
java.lang.String databaseViewName
draName
java.lang.String draName
connectionManager
javax.resource.spi.ConnectionManager connectionManager
isManagedServer
boolean isManagedServer
Package com.ibm.ims.application |
transCodeLength
int transCodeLength
- The length of the transaction code. The transaction code field makes
the code below a little complicated. For a SPA message, the transaction
code length is always 8 characters (MAX_TRANCODE_LENGTH). However,
on a get unique call, the trancode is variable length, up to eight
bytes, plus a trailing blank character. When IMSMessageQueue reads
a message, it needs to find the blank character to determine the
length of the tran code, and then adjust the ioArea length and
ioAreaOffset accordingly.
isSPAMessage
boolean isSPAMessage
- The flag telling whether this message is used as a SPA message
objectsToBeSaved
java.util.Vector objectsToBeSaved
invalidPCBVector
java.util.Vector invalidPCBVector
prePattern
java.lang.String prePattern
postPattern
java.lang.String postPattern
nanoCount
int nanoCount
ioArea
byte[] ioArea
ioAreaOffset
int ioAreaOffset
ioAreaLength
int ioAreaLength
typeInfo
DLITypeInfo[] typeInfo
defaultEncoding
java.lang.String defaultEncoding
containsNestedStructures
boolean containsNestedStructures
nestedOffset
int nestedOffset
segmentName
java.lang.String segmentName
dliWarning
DLIWarning dliWarning
errorCode
int errorCode
secondaryKeys
DLITypeInfo[] secondaryKeys
- Deprecated.
indexInfo
java.lang.String[] indexInfo
- Deprecated.
keyLength
int keyLength
- Deprecated.
fieldName
java.lang.String fieldName
searchFieldName
java.lang.String searchFieldName
typeQualifier
java.lang.String typeQualifier
fieldType
int fieldType
offset
int offset
length
int length
keyType
int keyType
expandedString
java.lang.String expandedString
scale
int scale
containsDecimal
boolean containsDecimal
signed
boolean signed
numberDigits
int numberDigits
count
int count
typeInfo
DLITypeInfo[] typeInfo
next
DLIWarning next
aib
AIB aib
function
java.lang.String function
statCode
short statCode
dbPCBNameInPSB
java.lang.String dbPCBNameInPSB
segmentNameReference
java.lang.String segmentNameReference
databaseView
DLIDatabaseView databaseView
- Reference back to the containing DLIDatabaseView.
segment
DLISegment segment
parentIndex
int parentIndex
pathLength
int pathLength
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
secondaryKeys
DLITypeInfo[] secondaryKeys
indexInfo
java.lang.String[] indexInfo
sourceSegmentName
java.lang.String sourceSegmentName
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
closed
boolean closed
readOnly
boolean readOnly
transactionIsolationLevel
int transactionIsolationLevel
sqlWarnings
java.sql.SQLWarning sqlWarnings
databaseViewName
java.lang.String databaseViewName
draName
java.lang.String draName
portNumber
int portNumber
hostName
java.lang.String hostName
logWriter
java.io.PrintWriter logWriter
traceLevel
int traceLevel
useBeanManagedEJB
boolean useBeanManagedEJB
remoteInterface
javax.ejb.EJBObject remoteInterface
transaction
javax.transaction.Transaction transaction
managedConnection
com.ibm.ims.rds.ClientManagedConnection managedConnection
managedConnectionFactory
ClientManagedConnectionFactory managedConnectionFactory
environment
int environment
connectionPool
com.ibm.ims.rds.ClientConnectionPool connectionPool
connection
ClientConnection connection
reference
javax.naming.Reference reference
logWriter
java.io.PrintWriter logWriter
traceLevel
int traceLevel
managedConnectionFactory
ClientManagedConnectionFactory managedConnectionFactory
connectionManager
javax.resource.spi.ConnectionManager connectionManager
databaseURL
java.lang.String databaseURL
traceLevel
int traceLevel
databaseViewName
java.lang.String databaseViewName
draName
java.lang.String draName
portNumber
java.lang.Integer portNumber
hostName
java.lang.String hostName
connectionManager
javax.resource.spi.ConnectionManager connectionManager
isManagedServer
boolean isManagedServer
prePattern
java.lang.String prePattern
postPattern
java.lang.String postPattern
nanoCount
int nanoCount
errorCode
int errorCode
trace
XMLTrace trace
trace
XMLTrace trace
next
RDSWarning next
indentLevel
int indentLevel
threadID
java.lang.String threadID
- Contains the current thread ID
(C) International Business Machines Corporation 2004. All rights reserved.