站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 connector API Documentation 英文版文档

Serialized Form (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


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

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

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

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.LocalManagedConnectionFactory extends BaseWrapperManagedConnectionFactory implements Serializable

Serialized Fields

driverClass

String driverClass

connectionURL

String connectionURL

connectionProperties

String connectionProperties


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

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

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

Serialized Fields

parameterCount

int parameterCount

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

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

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

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException


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

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

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

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

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.SybaseExceptionSorter extends Object implements Serializable


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

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

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

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

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

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

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.connectionmanager

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

Serialized Fields

cmName

javax.management.ObjectName cmName

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

Serialized Fields

t

Throwable t

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

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 mcfClass

mcf

javax.resource.spi.ManagedConnectionFactory mcf


Package org.jboss.resource.metadata

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

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

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

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

Serialized Fields

properties

HashSet properties
The properties by name

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

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

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 connectionDefinitions
The connection definitions


tsmd

TransactionSupportMetaData tsmd
The transaction support meta data


ammd

AuthenticationMechanismMetaData ammd
The authentication mechanism meta data


listeners

HashSet listeners
The message listeners


adminObjects

HashSet adminObjects
The admin objects


securityPermissions

HashSet securityPermissions
The security permissions

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

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

Serialized Fields

lang

String lang
The language


description

String description
The description

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

Serialized Fields

descriptions

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

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

Serialized Fields

required

boolean required
license required

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

Serialized Fields

type

String type
The message listener type


asType

String asType
The activation spec type


requiredProperties

HashSet requiredProperties
The required properties

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

Serialized Fields

name

String name
The name

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

Serialized Fields

securityPermissionSpec

String securityPermissionSpec
The security permission spec

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

Serialized Fields

transactionSupport

int transactionSupport
The transaction support



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