Serialized Form


Package com.ibm.connector2.ims.db

Class com.ibm.connector2.ims.db.IMSJdbcDataSource implements Serializable

Serialized Fields

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

Class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory implements Serializable

Serialized Fields

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

Class com.ibm.ims.application.IMSFieldMessage implements Serializable

Serialized Fields

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

Class com.ibm.ims.application.SaveArea implements Serializable

Serialized Fields

objectsToBeSaved

java.util.Vector objectsToBeSaved

invalidPCBVector

java.util.Vector invalidPCBVector


Package com.ibm.ims.base

Class com.ibm.ims.base.ComplexDateFormat implements Serializable

Serialized Fields

prePattern

java.lang.String prePattern

postPattern

java.lang.String postPattern

nanoCount

int nanoCount

Class com.ibm.ims.base.DLIBaseSegment implements Serializable

Serialized Fields

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

Class com.ibm.ims.base.DLIException implements Serializable

Serialized Fields

errorCode

int errorCode

Class com.ibm.ims.base.DLISecondaryIndexInfo implements Serializable

Serialized Fields

secondaryKeys

DLITypeInfo[] secondaryKeys
Deprecated. 

indexInfo

java.lang.String[] indexInfo
Deprecated. 

keyLength

int keyLength
Deprecated. 

Class com.ibm.ims.base.DLITypeInfo implements Serializable

Serialized Fields

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

Class com.ibm.ims.base.DLITypeInfoList implements Serializable

Serialized Fields

count

int count

typeInfo

DLITypeInfo[] typeInfo

Class com.ibm.ims.base.DLIWarning implements Serializable

Serialized Fields

next

DLIWarning next

Class com.ibm.ims.base.IMSException implements Serializable

Serialized Fields

aib

AIB aib

function

java.lang.String function

statCode

short statCode


Package com.ibm.ims.db

Class com.ibm.ims.db.DLISegment implements Serializable

Serialized Fields

dbPCBNameInPSB

java.lang.String dbPCBNameInPSB

segmentNameReference

java.lang.String segmentNameReference

databaseView

DLIDatabaseView databaseView
Reference back to the containing DLIDatabaseView.

Class com.ibm.ims.db.DLISegmentInfo implements Serializable

Serialized Fields

segment

DLISegment segment

parentIndex

int parentIndex

pathLength

int pathLength

Class com.ibm.ims.db.DLISQLException implements Serializable

Class com.ibm.ims.db.ParseException implements Serializable

Serialized Fields

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.

Class com.ibm.ims.db.SecondaryIndexInfo implements Serializable

Serialized Fields

secondaryKeys

DLITypeInfo[] secondaryKeys

indexInfo

java.lang.String[] indexInfo

sourceSegmentName

java.lang.String sourceSegmentName

Class com.ibm.ims.db.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.ibm.ims.rds

Class com.ibm.ims.rds.ClientConnection implements Serializable

Serialized Fields

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

Class com.ibm.ims.rds.ClientConnectionManager implements Serializable

Serialized Fields

managedConnectionFactory

ClientManagedConnectionFactory managedConnectionFactory

environment

int environment

connectionPool

com.ibm.ims.rds.ClientConnectionPool connectionPool

Class com.ibm.ims.rds.ClientDataSource implements Serializable

Serialized Fields

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

Class com.ibm.ims.rds.ClientManagedConnectionFactory implements Serializable

Serialized Fields

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

Class com.ibm.ims.rds.ComplexDateFormat implements Serializable

Serialized Fields

prePattern

java.lang.String prePattern

postPattern

java.lang.String postPattern

nanoCount

int nanoCount

Class com.ibm.ims.rds.RDSException implements Serializable

Serialized Fields

errorCode

int errorCode

trace

XMLTrace trace

Class com.ibm.ims.rds.RDSSQLException implements Serializable

Serialized Fields

trace

XMLTrace trace

Class com.ibm.ims.rds.RDSWarning implements Serializable

Serialized Fields

next

RDSWarning next

Class com.ibm.ims.rds.XMLTrace implements Serializable

Serialized Fields

indentLevel

int indentLevel

threadID

java.lang.String threadID
Contains the current thread ID


Package com.ibm.ims.xms

Class com.ibm.ims.xms.XMSException implements Serializable



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