| Name |
java.lang.String |
R |
RARDeployment |
Return the service name |
| State |
int |
R |
3 |
Return the service state |
| StateString |
java.lang.String |
R |
Started |
Return the service's state as a String |
| MetaData |
org.jboss.resource.metadata.ConnectorMetaData |
R |
ConnectorMetaData@52b2e9[version=1.5 vendorName=JBoss, Inc eisType=JDBC 3.0 XA Relational Database resourceAdapterVersion=4.0 resourceAdapterClass=org.jboss.resource.deployment.DummyResourceAdapter license=LicenseMetaData@1601066[required=true descriptions=[DescriptionMetaData@1d4c454[language=en description=JBoss, Home of Professional Open Source
Copyright 2005, JBoss Inc., and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution for a
full listing of individual contributors.
This is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this software; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA, or see the FSF site: http://www.fsf.org.]]] properties=[] descriptions=[DescriptionGroupMetaData@1a571fe[language=en description=JBoss Resource Adapter for JDBC 3 XA drivers displayName=JBoss JDBC XATransaction ResourceAdapter]] connectionDefinitions=[ConnectionDefinitionMetaData@1e35ecd[managedConnectionFactoryClass=org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory connectionFactoryInterfaceClass=javax.sql.DataSource connectionFactoryImplementationClass=org.jboss.resource.adapter.jdbc.WrapperDataSource connectionInterfaceClass=java.sql.Connection connectionImplementationClass=org.jboss.resource.adapter.jdbc.WrappedConnection properties=[ConfigPropertyMetaData@165547d[name=UserName type=java.lang.String value= descriptions=[DescriptionMetaData@defd64[language=en description=The default user name used to create JDBC connections.]]], ConfigPropertyMetaData@15fc606[name=TrackStatements type=java.lang.String value= descriptions=[DescriptionMetaData@1cdc21e[language=en description=Whether to track unclosed statements - false/true/nowarn]]], ConfigPropertyMetaData@19478c7[name=XADataSourceClass type=java.lang.String value= descriptions=[DescriptionMetaData@1836fae[language=en description=The class name of the JDBC XA driver that handlesthis JDBC URL.]]], ConfigPropertyMetaData@f6852d[name=NewConnectionSQL type=java.lang.String value= descriptions=[DescriptionMetaData@1941b4[language=en description=An SQL statement to be executed when a new connection is created as auxillary setup.]]], ConfigPropertyMetaData@18ddc48[name=Password type=java.lang.String value= descriptions=[DescriptionMetaData@289fdc[language=en description=The default password used to create JDBC connections.]]], ConfigPropertyMetaData@c8ccb1[name=SharePreparedStatements type=java.lang.Boolean value= descriptions=[DescriptionMetaData@1172ac0[language=en description=Whether to share prepared statements.]]], ConfigPropertyMetaData@857066[name=TransactionIsolation type=java.lang.String value= descriptions=[DescriptionMetaData@1f7c39c[language=en description=The transaction isolation for new connections. Not necessary: the driver default will be used if ommitted.]]], ConfigPropertyMetaData@793536[name=XADataSourceProperties type=java.lang.String value= descriptions=[DescriptionMetaData@14b3be0[language=en description=The properties to set up the XA driver. These properties must be in the form name1=value1;name2=value2;...namen=valuen]]], ConfigPropertyMetaData@a16157[name=CheckValidConnectionSQL type=java.lang.String value= descriptions=[DescriptionMetaData@482521[language=en description=An SQL statement that may be executed when a managed connection is taken out of the pool and is about to be given to a client: the purpose is to verify that the connection still works.]]], ConfigPropertyMetaData@10cec16[name=ExceptionSorterClassName type=java.lang.String value= descriptions=[DescriptionMetaData@7dbfa0[language=en description=The fully qualified name of a class implementing org.jboss.resource.adapter.jdbc.ExceptionSorter that can determine for a particular vender db which exceptions are fatal and mean a connection should be discarded.]]], ConfigPropertyMetaData@1966070[name=TransactionQueryTimeout type=java.lang.Boolean value= descriptions=[DescriptionMetaData@1afc587[language=en description=Whether to set the query timeout based on the transaction timeout]]], ConfigPropertyMetaData@fd981a[name=ValidConnectionCheckerClassName type=java.lang.String value= descriptions=[DescriptionMetaData@d15846[language=en description=The fully qualified name of a class implementing org.jboss.resource.adapter.jdbc.ValidConnectionChecker that can determine for a particular vender db when a connection is valid.]]], ConfigPropertyMetaData@1959352[name=QueryTimeout type=java.lang.Integer value= descriptions=[DescriptionMetaData@1fa6550[language=en description=A configured query timeout]]], ConfigPropertyMetaData@c1e4d5[name=ValidateOnMatch type=java.lang.Boolean value= descriptions=[DescriptionMetaData@119f98[language=en description=Whether to validate the connection on the ManagedConnectionFactory.matchManagedConnection method]]], ConfigPropertyMetaData@966905[name=PreparedStatementCacheSize type=java.lang.Integer value= descriptions=[DescriptionMetaData@104de40[language=en description=The number of cached prepared statements per connection.]]]]]] transactionSupport=TransactionSupportMetaData@9b3d4c[transactionSupport=XATransaction] authenticationMechanism=AuthenticationMechanismMetaData@1d5638f[authenticationMechanismType=BasicPassword credentialInterfaceClass=javax.resource.spi.security.PasswordCredential descriptions=[DescriptionMetaData@7b5ff9[language=en]]] reauthenticationSupport=false messageListeners=[] adminobjects=[] securityPermissions=[]] |
The meta data |
| AuthenticationMechanism |
java.lang.String |
R |
BasicPassword |
The authentication mechanism |
| EISType |
java.lang.String |
R |
JDBC 3.0 XA Relational Database |
The EIS type |
| License |
java.lang.String |
R |
JBoss, Home of Professional Open Source
Copyright 2005, JBoss Inc., and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution for a
full listing of individual contributors.
This is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this software; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA, or see the FSF site: http://www.fsf.org. |
The license |
| RAClass |
java.lang.String |
R |
org.jboss.resource.deployment.DummyResourceAdapter |
The resource adapter class |
| RAVersion |
java.lang.String |
R |
4.0 |
The resource adapter version |
| TransactionSupport |
java.lang.String |
R |
TransactionSupportMetaData@9b3d4c[transactionSupport=XATransaction] |
The transaction support |
| VendorName |
java.lang.String |
R |
JBoss, Inc |
The vendor name |
| Version |
java.lang.String |
R |
1.5 |
The spec version |
| ReauthenticationSupport |
boolean |
R |
False |
Whether reauthentication support is supported |
| ResourceAdapter |
javax.resource.spi.ResourceAdapter |
R |
org.jboss.resource.deployment.DummyResourceAdapter@1f16fc4 |
The resource adapter instance |