Serialized Form
Package org.firebirdsql.jdbc |
cm
javax.resource.spi.ConnectionManager cm
mcf
FBManagedConnectionFactory mcf
jndiReference
javax.naming.Reference jndiReference
loginTimeout
int loginTimeout
original
java.lang.Exception original
message
java.lang.String message
sqlState
java.lang.String sqlState
original
GDSException original
message
java.lang.String message
Package org.firebirdsql.gds |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
type
int type
intParam
int intParam
strParam
java.lang.String strParam
xaErrorCode
int xaErrorCode
- The variable
xaErrorCode
is used to allow the same
code to be used for transaction control from the XAResource,
LocalTransaction, and Connection. This code may be added to
the GDSException without obscuring the message: only at the
final level is the GDSException converted to the spec-required
exception.
next
GDSException next
- My child
readResolve
public java.lang.Object readResolve()
name
java.lang.String name
ordinal
int ordinal
Package org.firebirdsql.jca |
c
DatabaseParameterBuffer c
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
dbAlias
java.lang.String dbAlias
defaultCri
FBConnectionRequestInfo defaultCri
tpb
FBTpb tpb
blobBufferLength
int blobBufferLength
gds
GDS gds
type
GDSType type
hashCode
int hashCode
byteArray
byte[] byteArray
tpb
java.util.Set tpb
txIsolation
int txIsolation
readOnly
boolean readOnly
mapper
FBTpbMapper mapper
mapping
java.util.HashMap mapping
Package org.firebirdsql.pool |
reference
javax.naming.Reference reference
loginTimeout
int loginTimeout
minConnections
int minConnections
maxConnections
int maxConnections
blockingTimeout
int blockingTimeout
retryInterval
int retryInterval
idleTimeout
int idleTimeout
pingInterval
int pingInterval
properties
java.util.Properties properties
database
java.lang.String database
gdsType
GDSType gdsType
jndiReference
javax.naming.Reference jndiReference
description
java.lang.String description
loginTimeout
int loginTimeout
tpbMapping
java.lang.String tpbMapping
pool
FBConnectionPoolDataSource pool
reference
javax.naming.Reference reference
description
java.lang.String description
pooling
boolean pooling
Copyright © 2001 David Jencks and other authors. All rights reserved.