Serialized Form
Package com.codestudio.bean.struts |
sql
java.lang.String sql
currentDatabaseName
java.lang.String currentDatabaseName
allDatabaseNames
java.util.ArrayList allDatabaseNames
database
java.lang.String database
queryCount
int queryCount
usingCache
boolean usingCache
url
java.lang.String url
dbDriver
java.lang.String dbDriver
user
java.lang.String user
totalConnections
int totalConnections
availableCons
int availableCons
unavailableCons
int unavailableCons
lastQueryDuration
long lastQueryDuration
headerColumns
java.util.ArrayList headerColumns
rows
java.util.ArrayList rows
error
java.lang.String error
Package com.codestudio.bean.velocity |
Package com.codestudio.management |
jdbcMeta
JDBCPoolMetaData jdbcMeta
genericMetadata
GenericPoolMetaData genericMetadata
parent
java.lang.ClassLoader parent
server
javax.management.MBeanServer server
available
boolean available
metadata
PoolMetaData metadata
Package com.codestudio.sql |
statement
java.sql.CallableStatement statement
mypool
JDBCPool mypool
- The DataSource.
con
java.sql.Connection con
- The physical Connection.
openstatements
java.util.WeakHashMap openstatements
- Active Statements.
listeners
java.util.ArrayList listeners
- ConnectionEventListeners observing this Connection.
handle
PoolManConnectionHandle handle
- Caller-side reference to this Connection.
readOnly
boolean readOnly
- Original read state, restored upon closing
pcon
PoolManConnection pcon
statement
java.sql.PreparedStatement statement
_columnCount
int _columnCount
_columnTypeName
java.lang.String[] _columnTypeName
_columnClassName
java.lang.String[] _columnClassName
_scale
int[] _scale
_columnLabel
java.lang.String[] _columnLabel
_autoIncrement
boolean[] _autoIncrement
_columnDisplaySize
int[] _columnDisplaySize
_catalogName
java.lang.String[] _catalogName
_columnName
java.lang.String[] _columnName
_writable
boolean[] _writable
_searchable
boolean[] _searchable
_columnType
int[] _columnType
_currency
boolean[] _currency
_tableName
java.lang.String[] _tableName
_nullable
int[] _nullable
_signed
boolean[] _signed
_readOnly
boolean[] _readOnly
_definitelyWritable
boolean[] _definitelyWritable
_precision
int[] _precision
_schemaName
java.lang.String[] _schemaName
_caseSensitive
boolean[] _caseSensitive
_sqlReason
java.lang.String _sqlReason
_sqlState
java.lang.String _sqlState
_sqlVendorCode
int _sqlVendorCode
statement
java.sql.Statement statement
sqlString
java.lang.String sqlString
lastRS
java.sql.ResultSet lastRS
openres
java.util.WeakHashMap openres
mypool
JDBCPool mypool
poolmanCon
PoolManConnection poolmanCon
closed
boolean closed
resultSetType
int resultSetType
resultSetConcurrency
int resultSetConcurrency
tableName
java.lang.String tableName
colName
java.lang.String colName
colValue
java.lang.Object colValue
type
int type
Package com.codestudio.util |
info
GenericPoolMetaData info
otype
java.lang.Class otype
oparams
java.lang.Object[] oparams
con
java.lang.reflect.Constructor con
configFile
java.lang.String configFile
objectType
java.lang.String objectType
- The Class Name of the Object Type in this pool.
datasource
PoolManDataSource datasource
deployedDataSource
boolean deployedDataSource
info
JDBCPoolMetaData info
sqlcache
SQLCache sqlcache
preparedStatementPool
java.util.Hashtable preparedStatementPool
driver
java.lang.String driver
URL
java.lang.String URL
username
java.lang.String username
password
java.lang.String password
nativeResults
boolean nativeResults
validationQuery
java.lang.String validationQuery
initialPoolSQL
java.lang.String initialPoolSQL
initialConnectionSQL
java.lang.String initialConnectionSQL
removeOnExceptions
boolean removeOnExceptions
poolingPreparedStatements
boolean poolingPreparedStatements
transactionIsolationLevel
int transactionIsolationLevel
transactionTimeout
int transactionTimeout
cacheEnabled
boolean cacheEnabled
cacheSize
int cacheSize
cacheRefreshInterval
int cacheRefreshInterval
JNDIName
java.lang.String JNDIName
metadata
PoolMetaData metadata
count
int count
locked
java.util.Hashtable locked
unlocked
java.util.Hashtable unlocked
skimmer
java.lang.Thread skimmer
lifeguard
java.lang.Thread lifeguard
logit
org.apache.log4j.Category logit
- Log4j handle
pools
java.util.Hashtable pools
defaultpool
ObjectPool defaultpool
poolname
java.lang.String poolname
initialObjects
int initialObjects
minimumSize
int minimumSize
maximumSize
int maximumSize
objectTimeout
int objectTimeout
userTimeout
int userTimeout
skimmerFrequency
int skimmerFrequency
shrinkBy
int shrinkBy
emergencyCreates
boolean emergencyCreates
logfile
java.lang.String logfile
debug
boolean debug
configFile
java.lang.String configFile
Copyright © 1999-2001 The Code Studio. All Rights Reserved.