Serialized Form


Package org.jboss.resource

Class org.jboss.resource.JBossResourceException extends javax.resource.ResourceException implements Serializable

serialVersionUID: 6614203184612359692L


Package org.jboss.resource.adapter.jdbc

Class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory extends Object implements Serializable

serialVersionUID: -84923705377702088L

Serialized Fields

log

org.jboss.logging.Logger log

userName

String userName

password

String password

connectionProps

Properties connectionProps

transactionIsolation

int transactionIsolation

preparedStatementCacheSize

int preparedStatementCacheSize

doQueryTimeout

boolean doQueryTimeout

newConnectionSQL

String newConnectionSQL
The variable newConnectionSQL holds an SQL statement which if not null is executed when a new Connection is obtained for a new ManagedConnection.


checkValidConnectionSQL

String checkValidConnectionSQL
The variable checkValidConnectionSQL holds an sql statement that may be executed whenever a managed connection is removed from the pool, to check that it is still valid. This requires setting up an mbean to execute it when notified by the ConnectionManager.


validConnectionCheckerClassName

String validConnectionCheckerClassName
The classname used to check whether a connection is valid


connectionChecker

ValidConnectionChecker connectionChecker
The instance of the valid connection checker


exceptionSorterClassName

String exceptionSorterClassName

exceptionSorter

ExceptionSorter exceptionSorter

trackStatements

int trackStatements

sharePS

boolean sharePS
Whether to cached share prepared statements


isTransactionQueryTimeout

boolean isTransactionQueryTimeout

queryTimeout

int queryTimeout

Class org.jboss.resource.adapter.jdbc.CheckValidConnectionSQL extends Object implements Serializable

serialVersionUID: -222752863430216887L

Serialized Fields

sql

String sql

Class org.jboss.resource.adapter.jdbc.NullValidConnectionChecker extends Object implements Serializable

serialVersionUID: -223752863430216887L

Class org.jboss.resource.adapter.jdbc.WrapperDataSource extends Object implements Serializable

serialVersionUID: 3570285419164793501L

Serialized Fields

mcf

BaseWrapperManagedConnectionFactory mcf

cm

javax.resource.spi.ConnectionManager cm

reference

Reference reference

Package org.jboss.resource.adapter.jdbc.local

Class org.jboss.resource.adapter.jdbc.local.HALocalManagedConnectionFactory extends LocalManagedConnectionFactory implements Serializable

serialVersionUID: -6506610639011749394L

Serialized Fields

urlSelector

HALocalManagedConnectionFactory.URLSelector urlSelector

urlDelimeter

String urlDelimeter

Class org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory extends BaseWrapperManagedConnectionFactory implements Serializable

serialVersionUID: 4698955390505160469L

Serialized Fields

driverClass

String driverClass

connectionURL

String connectionURL

connectionProperties

String connectionProperties

Class org.jboss.resource.adapter.jdbc.local.LocalTxDataSource.ConnectionManagerDelegate extends Object implements Serializable

serialVersionUID: 1L


Package org.jboss.resource.adapter.jdbc.remote

Class org.jboss.resource.adapter.jdbc.remote.SerializableInputStream extends InputStream implements Serializable

serialVersionUID: 3364193722688048342L

Serialized Fields

data

byte[] data

buf

byte[] buf

pos

int pos

mark

int mark

count

int count

Class org.jboss.resource.adapter.jdbc.remote.SerializableParameterMetaData extends Object implements Serializable

serialVersionUID: -6601828413479683906L

Serialized Fields

parameterCount

int parameterCount

Class org.jboss.resource.adapter.jdbc.remote.SerializableReader extends Reader implements Serializable

serialVersionUID: 1244952470388397765L

Serialized Fields

data

char[] data

buf

char[] buf

pos

int pos

mark

int mark

count

int count

Class org.jboss.resource.adapter.jdbc.remote.SerializableResultSetMetaData extends Object implements Serializable

serialVersionUID: -6663485432752348789L

Serialized Fields

columnData

org.jboss.resource.adapter.jdbc.remote.SerializableResultSetMetaData.ColumnData[] columnData

Class org.jboss.resource.adapter.jdbc.remote.StatementInterceptor extends org.jboss.proxy.Interceptor implements Serializable

serialVersionUID: -8069364664602119774L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package org.jboss.resource.adapter.jdbc.vendor

Class org.jboss.resource.adapter.jdbc.vendor.InformixExceptionSorter extends Object implements Serializable

serialVersionUID: -7135889081050258852L

Class org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter extends Object implements Serializable

serialVersionUID: 2375890129763721017L

Class org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker extends Object implements Serializable

serialVersionUID: -2227528634302168878L

Serialized Fields

ping

Method ping

driverHasPingMethod

boolean driverHasPingMethod

Class org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter extends Object implements Serializable

serialVersionUID: 573723525408205079L

Class org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker extends Object implements Serializable

serialVersionUID: -2227528634302168877L

Serialized Fields

ping

Method ping

Class org.jboss.resource.adapter.jdbc.vendor.PostgreSQLValidConnectionChecker extends Object implements Serializable

serialVersionUID: 4867167301823753925L

Class org.jboss.resource.adapter.jdbc.vendor.SybaseExceptionSorter extends Object implements Serializable

serialVersionUID: 3539640818722639055L


Package org.jboss.resource.adapter.jdbc.xa

Class org.jboss.resource.adapter.jdbc.xa.HAXAManagedConnectionFactory extends XAManagedConnectionFactory implements Serializable

serialVersionUID: 1898242235188801452L

Serialized Fields

urlProperty

String urlProperty

urlDelimeter

String urlDelimeter

xadsSelector

HAXAManagedConnectionFactory.XADataSelector xadsSelector

Class org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory extends BaseWrapperManagedConnectionFactory implements Serializable

serialVersionUID: 1647927657609573729L

Serialized Fields

xaDataSourceClass

String xaDataSourceClass

xaDataSourceProperties

String xaDataSourceProperties

xaProps

Properties xaProps

isSameRMOverrideValue

Boolean isSameRMOverrideValue

xads

XADataSource xads

Package org.jboss.resource.adapter.jms

Class org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl extends Object implements Serializable

serialVersionUID: -5135366013101194277L

Serialized Fields

mcf

javax.resource.spi.ManagedConnectionFactory mcf

cm

javax.resource.spi.ConnectionManager cm

reference

Reference reference

Class org.jboss.resource.adapter.jms.JmsConnectionManager extends Object implements Serializable

serialVersionUID: -3638293323045716739L

Class org.jboss.resource.adapter.jms.JmsManagedConnectionFactory extends Object implements Serializable

serialVersionUID: -923483284031773011L

Serialized Fields

mcfProperties

JmsMCFProperties mcfProperties
Settable attributes in ra.xml


strict

boolean strict
Whether we are strict


adapter

org.jboss.jms.jndi.JMSProviderAdapter adapter
For local access.

Class org.jboss.resource.adapter.jms.JmsMCFProperties extends Object implements Serializable

serialVersionUID: -7997396849692340121L

Serialized Fields

userName

String userName

password

String password

clientID

String clientID

providerJNDI

String providerJNDI

type

int type

Package org.jboss.resource.adapter.mail.inflow

Class org.jboss.resource.adapter.mail.inflow.MailActivationSpec extends Object implements Serializable

serialVersionUID: -3034364895936568423L

Serialized Fields

mailServer

String mailServer
The mail server hostname/address


storeProtocol

String storeProtocol
The mail store protocol


mailFolder

String mailFolder
The mail folder name


messageSelector

String messageSelector
The message selector


userName

String userName
The mail store user


password

String password
The mail store password


pollingInterval

long pollingInterval
The new messages check delay in MS


maxMessages

int maxMessages
The maximum number of messages


Package org.jboss.resource.adapter.quartz.inflow

Class org.jboss.resource.adapter.quartz.inflow.QuartzActivationSpec extends Object implements Serializable

Serialized Fields

jobName

String jobName

jobGroup

String jobGroup

triggerName

String triggerName

triggerGroup

String triggerGroup

cronTrigger

String cronTrigger

stateful

boolean stateful

Package org.jboss.resource.connectionmanager

Class org.jboss.resource.connectionmanager.BaseConnectionManager2.ConnectionManagerProxy extends Object implements Serializable

serialVersionUID: -528322728929261214L

Serialized Fields

cmName

javax.management.ObjectName cmName

Class org.jboss.resource.connectionmanager.JBossLocalXAException extends XAException implements Serializable

serialVersionUID: -6208145503935506281L

Serialized Fields

t

Throwable t

Class org.jboss.resource.connectionmanager.RARDeployment extends org.jboss.system.ServiceMBeanSupport implements Serializable

serialVersionUID: -294341806721616790L

Serialized Fields

log

org.jboss.logging.Logger log

oldRarDeployment

javax.management.ObjectName oldRarDeployment

rarName

String rarName

connectionDefinition

String connectionDefinition

vendorName

String vendorName

specVersion

String specVersion

eisType

String eisType

version

String version

managedConnectionFactoryClass

String managedConnectionFactoryClass

connectionFactoryInterface

String connectionFactoryInterface

connectionFactoryImplClass

String connectionFactoryImplClass

connectionInterface

String connectionInterface

connectionImplClass

String connectionImplClass

transactionSupport

String transactionSupport

managedConnectionFactoryProperties

Element managedConnectionFactoryProperties

authenticationMechanismType

String authenticationMechanismType

credentialInterface

String credentialInterface

reauthenticationSupport

boolean reauthenticationSupport

mcfClass

Class<T> mcfClass

mcf

javax.resource.spi.ManagedConnectionFactory mcf

Package org.jboss.resource.metadata

Class org.jboss.resource.metadata.AdminObjectMetaData extends ConfigPropertyMetaDataContainer implements Serializable

serialVersionUID: 5647786972921112792L

Serialized Fields

adminObjectInterfaceClass

String adminObjectInterfaceClass
The admin object interface class


adminObjectImplementationClass

String adminObjectImplementationClass
The admin object implementation class

Class org.jboss.resource.metadata.AuthenticationMechanismMetaData extends DescriptionMetaDataContainer implements Serializable

serialVersionUID: 1562443409483033688L

Serialized Fields

authenticationMechanismType

String authenticationMechanismType
The authentication mechanism type


credentialInterfaceClass

String credentialInterfaceClass
The credential interface class

Class org.jboss.resource.metadata.ConfigPropertyMetaData extends DescriptionMetaDataContainer implements Serializable

serialVersionUID: -3247621229521854849L

Serialized Fields

name

String name
The name


type

String type
The type


value

String value
The value

Class org.jboss.resource.metadata.ConfigPropertyMetaDataContainer extends Object implements Serializable

serialVersionUID: 2891949219806920844L

Serialized Fields

properties

HashSet<E> properties
The properties by name

Class org.jboss.resource.metadata.ConnectionDefinitionMetaData extends ConfigPropertyMetaDataContainer implements Serializable

serialVersionUID: -138227135002730221L

Serialized Fields

cmd

ConnectorMetaData cmd
The connector metadata


managedConnectionFactoryClass

String managedConnectionFactoryClass
The managed connection factory class


connectionFactoryInterfaceClass

String connectionFactoryInterfaceClass
The connection factory interface class


connectionFactoryImplementationClass

String connectionFactoryImplementationClass
The connection factory implementation class


connectionInterfaceClass

String connectionInterfaceClass
The connection interface class


connectionImplementationClass

String connectionImplementationClass
The connection implementation class

Class org.jboss.resource.metadata.ConnectorMetaData extends ConfigPropertyMetaDataContainer implements Serializable

serialVersionUID: -3049391010669865389L

Serialized Fields

version

String version
The version


vendorName

String vendorName
The vendor name


eisType

String eisType
The eis type


raVersion

String raVersion
The resource adapter version


raClass

String raClass
The resource adapter class


reauthenticationSupport

boolean reauthenticationSupport
Reauthentication support


lmd

LicenseMetaData lmd
The license


descriptions

EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap descriptions
The descriptions


connectionDefinitions

HashSet<E> connectionDefinitions
The connection definitions


tsmd

TransactionSupportMetaData tsmd
The transaction support meta data


ammd

AuthenticationMechanismMetaData ammd
The authentication mechanism meta data


listeners

HashSet<E> listeners
The message listeners


adminObjects

HashSet<E> adminObjects
The admin objects


securityPermissions

HashSet<E> securityPermissions
The security permissions

Class org.jboss.resource.metadata.DescriptionGroupMetaData extends Object implements Serializable

serialVersionUID: 1324619949051028127L

Serialized Fields

lang

String lang
The language


description

String description
The description


displayName

String displayName
The display name


smallIcon

String smallIcon
The small icon


largeIcon

String largeIcon
The large icon

Class org.jboss.resource.metadata.DescriptionMetaData extends Object implements Serializable

serialVersionUID: -3100028904830435509L

Serialized Fields

lang

String lang
The language


description

String description
The description

Class org.jboss.resource.metadata.DescriptionMetaDataContainer extends Object implements Serializable

serialVersionUID: 2831943526217092377L

Serialized Fields

descriptions

EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap descriptions
The descriptions

Class org.jboss.resource.metadata.LicenseMetaData extends DescriptionMetaDataContainer implements Serializable

serialVersionUID: -1583292998139497934L

Serialized Fields

required

boolean required
license required

Class org.jboss.resource.metadata.MessageListenerMetaData extends Object implements Serializable

serialVersionUID: -3196418073906964586L

Serialized Fields

type

String type
The message listener type


asType

String asType
The activation spec type


requiredProperties

HashSet<E> requiredProperties
The required properties

Class org.jboss.resource.metadata.RequiredConfigPropertyMetaData extends DescriptionMetaDataContainer implements Serializable

serialVersionUID: 7276282462933038174L

Serialized Fields

name

String name
The name

Class org.jboss.resource.metadata.SecurityPermissionMetaData extends DescriptionMetaDataContainer implements Serializable

serialVersionUID: -2819460637074430187L

Serialized Fields

securityPermissionSpec

String securityPermissionSpec
The security permission spec

Class org.jboss.resource.metadata.TransactionSupportMetaData extends Object implements Serializable

serialVersionUID: 691622093079125748L

Serialized Fields

transactionSupport

int transactionSupport
The transaction support



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.