Serialized Form


Package org.apache.geronimo.connector

Class org.apache.geronimo.connector.ActivationSpecInfo extends Object implements Serializable

Serialized Fields

activationSpecClass

Class activationSpecClass

activationSpecGBeanInfo

org.apache.geronimo.gbean.GBeanInfo activationSpecGBeanInfo

Class org.apache.geronimo.connector.ConnectorMethodInterceptor extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Deserializing readResolve method. This uses the stored kernel name and target object name to obtain and return the original version of this object that is attached to the actual object of interest. This allows serialization of resource-refs and resource-env-refs (admin objects).

Throws:
ObjectStreamException
Serialized Fields

kernelName

String kernelName

targetName

javax.management.ObjectName targetName


Package org.apache.geronimo.connector.outbound

Class org.apache.geronimo.connector.outbound.AbstractConnectionManager extends Object implements Serializable

Serialized Fields

stack

ConnectionInterceptor stack

recoveryStack

ConnectionInterceptor recoveryStack

Class org.apache.geronimo.connector.outbound.GenericConnectionManager extends AbstractConnectionManager implements Serializable

Serialized Fields

objectName

String objectName

transactionSupport

TransactionSupport transactionSupport

pooling

PoolingSupport pooling

realmBridge

org.apache.geronimo.security.bridge.RealmBridge realmBridge

connectionTracker

ConnectionTracker connectionTracker


Package org.apache.geronimo.connector.outbound.connectionmanagerconfig

Class org.apache.geronimo.connector.outbound.connectionmanagerconfig.LocalTransactions extends TransactionSupport implements Serializable

Class org.apache.geronimo.connector.outbound.connectionmanagerconfig.NoPool extends PoolingSupport implements Serializable

Class org.apache.geronimo.connector.outbound.connectionmanagerconfig.NoTransactions extends TransactionSupport implements Serializable

Class org.apache.geronimo.connector.outbound.connectionmanagerconfig.PartitionedPool extends PoolingSupport implements Serializable

Serialized Fields

partitionByConnectionRequestInfo

boolean partitionByConnectionRequestInfo

partitionBySubject

boolean partitionBySubject

singlePool

SinglePool singlePool

Class org.apache.geronimo.connector.outbound.connectionmanagerconfig.PoolingSupport extends Object implements Serializable

Class org.apache.geronimo.connector.outbound.connectionmanagerconfig.SinglePool extends PoolingSupport implements Serializable

Serialized Fields

maxSize

int maxSize

blockingTimeoutMilliseconds

int blockingTimeoutMilliseconds

matchOne

boolean matchOne

matchAll

boolean matchAll

selectOneAssumeMatch

boolean selectOneAssumeMatch

Class org.apache.geronimo.connector.outbound.connectionmanagerconfig.TransactionLog extends TransactionSupport implements Serializable

Class org.apache.geronimo.connector.outbound.connectionmanagerconfig.TransactionSupport extends Object implements Serializable

Class org.apache.geronimo.connector.outbound.connectionmanagerconfig.XATransactions extends TransactionSupport implements Serializable

Serialized Fields

useTransactionCaching

boolean useTransactionCaching

useThreadCaching

boolean useThreadCaching



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.