Serialized Form


Package org.jboss.jca.core

Class org.jboss.jca.core.CoreBundle_$bundle extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected org.jboss.jca.core.CoreBundle_$bundle readResolve()

Class org.jboss.jca.core.CoreLogger_$logger extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.jboss.logging.Logger log

Package org.jboss.jca.core.bv

Class org.jboss.jca.core.bv.SerializableValidator extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the object - Nothing is read as the validator factory is transient. A new instance is created

Throws:
IOException - Thrown if an error occurs
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the object - Nothing is written as the validator factory is transient

Throws:
IOException - Thrown if an error occurs

Class org.jboss.jca.core.bv.SerializableValidatorFactory extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the object - Nothing is read as the validator factory is transient. A new instance is created

Throws:
IOException - Thrown if an error occurs
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the object - Nothing is written as the validator factory is transient

Throws:
IOException - Thrown if an error occurs

Package org.jboss.jca.core.connectionmanager

Class org.jboss.jca.core.connectionmanager.AbstractConnectionManager extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the object from the stream -- THIS IS NOT SUPPORTED

Throws:
IOException - Thrown in case of an error
ClassNotFoundException - Thrown if a class can't be resolved

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the object to the stream -- THIS IS NOT SUPPORTED

Throws:
IOException - Thrown in case of an error

readObjectNoData

private void readObjectNoData()
                       throws ObjectStreamException
Read the object -- THIS IS NOT SUPPORTED

Throws:
ObjectStreamException - Thrown in case of an error
Serialized Fields

log

CoreLogger log
Log instance


trace

boolean trace
Log trace


pool

Pool pool
The pool


securityDomain

String securityDomain
Security domain


subjectFactory

org.jboss.security.SubjectFactory subjectFactory
SubjectFactory


flushStrategy

org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy
The flush strategy


allocationRetry

int allocationRetry
Number of retry to allocate connection


allocationRetryWaitMillis

long allocationRetryWaitMillis
Interval between retries


shutdown

AtomicBoolean shutdown
Startup/ShutDown flag


userTransactionRegistry

org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry userTransactionRegistry
User transaction registry


cachedConnectionManager

org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager cachedConnectionManager
Cached connection manager


jndiName

String jndiName
Jndi name


Package org.jboss.jca.core.connectionmanager.notx

Class org.jboss.jca.core.connectionmanager.notx.NoTxConnectionManagerImpl extends AbstractConnectionManager implements Serializable

serialVersionUID: 1L


Package org.jboss.jca.core.connectionmanager.pool

Class org.jboss.jca.core.connectionmanager.pool.PoolStatisticsImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

maxPoolSize

int maxPoolSize

mcpPools

ConcurrentMap<K,V> mcpPools

names

Set<E> names

types

Map<K,V> types

enabled

AtomicBoolean enabled

rbs

Map<K,V> rbs

Package org.jboss.jca.core.connectionmanager.pool.mcp

Class org.jboss.jca.core.connectionmanager.pool.mcp.ManagedConnectionPoolStatisticsImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

maxPoolSize

int maxPoolSize

names

Set<E> names

types

Map<K,V> types

rbs

Map<K,V> rbs

createdCount

AtomicInteger createdCount

destroyedCount

AtomicInteger destroyedCount

maxUsedCount

AtomicInteger maxUsedCount

maxCreationTime

AtomicLong maxCreationTime

maxWaitCount

AtomicInteger maxWaitCount

maxWaitTime

AtomicLong maxWaitTime

timedOut

AtomicInteger timedOut

totalBlockingTime

AtomicLong totalBlockingTime

totalCreationTime

AtomicLong totalCreationTime

inUseCount

AtomicInteger inUseCount

Class org.jboss.jca.core.connectionmanager.pool.mcp.Semaphore extends Semaphore implements Serializable

serialVersionUID: 1L

Serialized Fields

statistics

ManagedConnectionPoolStatisticsImpl statistics
Statistics


Package org.jboss.jca.core.connectionmanager.tx

Class org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl extends AbstractConnectionManager implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

txIntegration

org.jboss.jca.core.spi.transaction.TransactionIntegration txIntegration
Transaction integration


interleaving

boolean interleaving
Interleaving or not


localTransactions

boolean localTransactions
Local tx or not


xaResourceTimeout

int xaResourceTimeout
XA resource timeout


padXid

boolean padXid
Xid pad


wrapXAResource

boolean wrapXAResource
XA resource wrapped or not


isSameRMOverride

boolean isSameRMOverride
Same RM override


Package org.jboss.jca.core.security

Class org.jboss.jca.core.security.UsersRoles extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

users

Map<K,V> users
The users map


roles

Map<K,V> roles
The roles map


usersProperties

String usersProperties
users.properties name


rolesProperties

String rolesProperties
roles.properties name


domain

String domain
The domain


Package org.jboss.jca.core.tx.noopts

Class org.jboss.jca.core.tx.noopts.RealTransactionManagerImpl extends TransactionManagerImpl implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.core.tx.noopts.TransactionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

status

int status

syncs

Set<E> syncs

xas

Set<E> xas

Class org.jboss.jca.core.tx.noopts.TransactionSynchronizationRegistryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

registry

TxRegistry registry

txe

ConcurrentMap<K,V> txe

Class org.jboss.jca.core.tx.noopts.TxRegistry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

txs

ConcurrentMap<K,V> txs

Class org.jboss.jca.core.tx.noopts.UserTransactionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

registry

TxRegistry registry

Class org.jboss.jca.core.tx.noopts.XATerminatorImpl extends Object implements Serializable

serialVersionUID: 1L



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)