当前页面:
在线文档首页 >
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 |
serialVersionUID: 6614203184612359692l
Package org.jboss.resource.adapter.jdbc |
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
serialVersionUID: -222752863430216887l
sql
String sql
serialVersionUID: -223752863430216887l
mcf
BaseWrapperManagedConnectionFactory mcf
cm
javax.resource.spi.ConnectionManager cm
reference
Reference reference
Package org.jboss.resource.adapter.jdbc.local |
driverClass
String driverClass
connectionURL
String connectionURL
connectionProperties
String connectionProperties
Package org.jboss.resource.adapter.jdbc.remote |
data
byte[] data
buf
byte[] buf
pos
int pos
mark
int mark
count
int count
parameterCount
int parameterCount
data
char[] data
buf
char[] buf
pos
int pos
mark
int mark
count
int count
columnData
org.jboss.resource.adapter.jdbc.remote.SerializableResultSetMetaData.ColumnData[] columnData
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
Package org.jboss.resource.adapter.jdbc.vendor |
serialVersionUID: -2227528634302168877l
ping
Method ping
Package org.jboss.resource.adapter.jdbc.xa |
xaDataSourceClass
String xaDataSourceClass
xaDataSourceProperties
String xaDataSourceProperties
xaProps
Properties xaProps
isSameRMOverrideValue
Boolean isSameRMOverrideValue
xads
XADataSource xads
Package org.jboss.resource.adapter.jms |
mcf
javax.resource.spi.ManagedConnectionFactory mcf
cm
javax.resource.spi.ConnectionManager cm
reference
Reference reference
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.
userName
String userName
password
String password
clientID
String clientID
providerJNDI
String providerJNDI
type
int type
Package org.jboss.resource.adapter.mail.inflow |
serialVersionUID: -3034364895936568423l
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 |
cmName
javax.management.ObjectName cmName
t
Throwable t
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 |
adminObjectInterfaceClass
String adminObjectInterfaceClass
- The admin object interface class
adminObjectImplementationClass
String adminObjectImplementationClass
- The admin object implementation class
authenticationMechanismType
String authenticationMechanismType
- The authentication mechanism type
credentialInterfaceClass
String credentialInterfaceClass
- The credential interface class
name
String name
- The name
type
String type
- The type
value
String value
- The value
properties
HashSet properties
- The properties by name
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
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
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
lang
String lang
- The language
description
String description
- The description
descriptions
EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap descriptions
- The descriptions
required
boolean required
- license required
type
String type
- The message listener type
asType
String asType
- The activation spec type
requiredProperties
HashSet requiredProperties
- The required properties
name
String name
- The name
securityPermissionSpec
String securityPermissionSpec
- The security permission spec
transactionSupport
int transactionSupport
- The transaction support
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.