|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatasourceType | |
---|---|
org.jboss.datasources.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.datasources.impl | Provides the implementation classes as defined in the schema |
Uses of DatasourceType in org.jboss.datasources.api |
---|
Methods in org.jboss.datasources.api that return DatasourceType | |
---|---|
DatasourceType<T> |
DatasourceType.connectionUrl(String connectionUrl)
Sets the connection-url element |
DatasourceType<DatasourcesType<T>> |
DatasourcesType.createDatasource()
Creates a new datasource element |
DatasourceType<DatasourcesDescriptor> |
DatasourcesDescriptor.createDatasource()
Creates a new datasource element |
DatasourceType<T> |
DatasourceType.datasourceClass(String datasourceClass)
Sets the datasource-class element |
DatasourceType<T> |
DatasourceType.driver(String driver)
Sets the driver element |
DatasourceType<T> |
DatasourceType.driverClass(String driverClass)
Sets the driver-class element |
DatasourceType<T> |
DatasourceType.enabled(Boolean enabled)
Sets the enabled attribute |
DatasourceType<DatasourcesType<T>> |
DatasourcesType.getOrCreateDatasource()
If not already created, a new datasource element will be created and returned. |
DatasourceType<DatasourcesDescriptor> |
DatasourcesDescriptor.getOrCreateDatasource()
If not already created, a new datasource element will be created and returned. |
DatasourceType<T> |
DatasourceType.jndiName(String jndiName)
Sets the jndi-name attribute |
DatasourceType<T> |
DatasourceType.jta(Boolean jta)
Sets the jta attribute |
DatasourceType<T> |
DatasourceType.newConnectionSql(String newConnectionSql)
Sets the new-connection-sql element |
DatasourceType<T> |
DatasourceType.poolName(String poolName)
Sets the pool-name attribute |
DatasourceType<T> |
DatasourceType.removeAllConnectionProperty()
Removes all connection-property elements |
DatasourceType<T> |
DatasourceType.removeConnectionUrl()
Removes the connection-url element |
DatasourceType<T> |
DatasourceType.removeDatasourceClass()
Removes the datasource-class element |
DatasourceType<T> |
DatasourceType.removeDriver()
Removes the driver element |
DatasourceType<T> |
DatasourceType.removeDriverClass()
Removes the driver-class element |
DatasourceType<T> |
DatasourceType.removeEnabled()
Removes the enabled attribute |
DatasourceType<T> |
DatasourceType.removeJndiName()
Removes the jndi-name attribute |
DatasourceType<T> |
DatasourceType.removeJta()
Removes the jta attribute |
DatasourceType<T> |
DatasourceType.removeNewConnectionSql()
Removes the new-connection-sql element |
DatasourceType<T> |
DatasourceType.removePool()
Removes the pool element |
DatasourceType<T> |
DatasourceType.removePoolName()
Removes the pool-name attribute |
DatasourceType<T> |
DatasourceType.removeSecurity()
Removes the security element |
DatasourceType<T> |
DatasourceType.removeSpy()
Removes the spy attribute |
DatasourceType<T> |
DatasourceType.removeStatement()
Removes the statement element |
DatasourceType<T> |
DatasourceType.removeTimeout()
Removes the timeout element |
DatasourceType<T> |
DatasourceType.removeTransactionIsolation()
Removes the transaction-isolation attribute |
DatasourceType<T> |
DatasourceType.removeUrlDelimiter()
Removes the url-delimiter element |
DatasourceType<T> |
DatasourceType.removeUrlSelectorStrategyClassName()
Removes the url-selector-strategy-class-name element |
DatasourceType<T> |
DatasourceType.removeUseCcm()
Removes the use-ccm attribute |
DatasourceType<T> |
DatasourceType.removeUseJavaContext()
Removes the use-java-context attribute |
DatasourceType<T> |
DatasourceType.removeValidation()
Removes the validation element |
DatasourceType<T> |
DatasourceType.spy(Boolean spy)
Sets the spy attribute |
DatasourceType<T> |
DatasourceType.transactionIsolation(String transactionIsolation)
Sets the transaction-isolation element |
DatasourceType<T> |
DatasourceType.transactionIsolation(TransactionIsolationType transactionIsolation)
Sets the transaction-isolation element |
DatasourceType<T> |
DatasourceType.urlDelimiter(String urlDelimiter)
Sets the url-delimiter element |
DatasourceType<T> |
DatasourceType.urlSelectorStrategyClassName(String urlSelectorStrategyClassName)
Sets the url-selector-strategy-class-name element |
DatasourceType<T> |
DatasourceType.useCcm(Boolean useCcm)
Sets the use-ccm attribute |
DatasourceType<T> |
DatasourceType.useJavaContext(Boolean useJavaContext)
Sets the use-java-context attribute |
Methods in org.jboss.datasources.api that return types with arguments of type DatasourceType | |
---|---|
ConnectionPropertyType<DatasourceType<T>> |
DatasourceType.createConnectionProperty()
Creates a new connection-property element |
List<ConnectionPropertyType<DatasourceType<T>>> |
DatasourceType.getAllConnectionProperty()
Returns all connection-property elements |
List<DatasourceType<DatasourcesType<T>>> |
DatasourcesType.getAllDatasource()
Returns all datasource elements |
List<DatasourceType<DatasourcesDescriptor>> |
DatasourcesDescriptor.getAllDatasource()
Returns all datasource elements |
ConnectionPropertyType<DatasourceType<T>> |
DatasourceType.getOrCreateConnectionProperty()
If not already created, a new connection-property element will be created and returned. |
PoolType<DatasourceType<T>> |
DatasourceType.getOrCreatePool()
If not already created, a new pool element with the given value will be created. |
DsSecurityType<DatasourceType<T>> |
DatasourceType.getOrCreateSecurity()
If not already created, a new security element with the given value will be created. |
StatementType<DatasourceType<T>> |
DatasourceType.getOrCreateStatement()
If not already created, a new statement element with the given value will be created. |
TimeoutType<DatasourceType<T>> |
DatasourceType.getOrCreateTimeout()
If not already created, a new timeout element with the given value will be created. |
ValidationType<DatasourceType<T>> |
DatasourceType.getOrCreateValidation()
If not already created, a new validation element with the given value will be created. |
Uses of DatasourceType in org.jboss.datasources.impl |
---|
Classes in org.jboss.datasources.impl that implement DatasourceType | |
---|---|
class |
DatasourceTypeImpl<T>
This class implements the datasourceType xsd type |
Methods in org.jboss.datasources.impl that return DatasourceType | |
---|---|
DatasourceType<T> |
DatasourceTypeImpl.connectionUrl(String connectionUrl)
Sets the connection-url element |
DatasourceType<DatasourcesDescriptor> |
DatasourcesDescriptorImpl.createDatasource()
Creates a new datasource element |
DatasourceType<DatasourcesType<T>> |
DatasourcesTypeImpl.createDatasource()
Creates a new datasource element |
DatasourceType<T> |
DatasourceTypeImpl.datasourceClass(String datasourceClass)
Sets the datasource-class element |
DatasourceType<T> |
DatasourceTypeImpl.driver(String driver)
Sets the driver element |
DatasourceType<T> |
DatasourceTypeImpl.driverClass(String driverClass)
Sets the driver-class element |
DatasourceType<T> |
DatasourceTypeImpl.enabled(Boolean enabled)
Sets the enabled attribute |
DatasourceType<DatasourcesDescriptor> |
DatasourcesDescriptorImpl.getOrCreateDatasource()
If not already created, a new datasource element will be created and returned. |
DatasourceType<DatasourcesType<T>> |
DatasourcesTypeImpl.getOrCreateDatasource()
If not already created, a new datasource element will be created and returned. |
DatasourceType<T> |
DatasourceTypeImpl.jndiName(String jndiName)
Sets the jndi-name attribute |
DatasourceType<T> |
DatasourceTypeImpl.jta(Boolean jta)
Sets the jta attribute |
DatasourceType<T> |
DatasourceTypeImpl.newConnectionSql(String newConnectionSql)
Sets the new-connection-sql element |
DatasourceType<T> |
DatasourceTypeImpl.poolName(String poolName)
Sets the pool-name attribute |
DatasourceType<T> |
DatasourceTypeImpl.removeAllConnectionProperty()
Removes all connection-property elements |
DatasourceType<T> |
DatasourceTypeImpl.removeConnectionUrl()
Removes the connection-url element |
DatasourceType<T> |
DatasourceTypeImpl.removeDatasourceClass()
Removes the datasource-class element |
DatasourceType<T> |
DatasourceTypeImpl.removeDriver()
Removes the driver element |
DatasourceType<T> |
DatasourceTypeImpl.removeDriverClass()
Removes the driver-class element |
DatasourceType<T> |
DatasourceTypeImpl.removeEnabled()
Removes the enabled attribute |
DatasourceType<T> |
DatasourceTypeImpl.removeJndiName()
Removes the jndi-name attribute |
DatasourceType<T> |
DatasourceTypeImpl.removeJta()
Removes the jta attribute |
DatasourceType<T> |
DatasourceTypeImpl.removeNewConnectionSql()
Removes the new-connection-sql element |
DatasourceType<T> |
DatasourceTypeImpl.removePool()
Removes the pool element |
DatasourceType<T> |
DatasourceTypeImpl.removePoolName()
Removes the pool-name attribute |
DatasourceType<T> |
DatasourceTypeImpl.removeSecurity()
Removes the security element |
DatasourceType<T> |
DatasourceTypeImpl.removeSpy()
Removes the spy attribute |
DatasourceType<T> |
DatasourceTypeImpl.removeStatement()
Removes the statement element |
DatasourceType<T> |
DatasourceTypeImpl.removeTimeout()
Removes the timeout element |
DatasourceType<T> |
DatasourceTypeImpl.removeTransactionIsolation()
Removes the transaction-isolation attribute |
DatasourceType<T> |
DatasourceTypeImpl.removeUrlDelimiter()
Removes the url-delimiter element |
DatasourceType<T> |
DatasourceTypeImpl.removeUrlSelectorStrategyClassName()
Removes the url-selector-strategy-class-name element |
DatasourceType<T> |
DatasourceTypeImpl.removeUseCcm()
Removes the use-ccm attribute |
DatasourceType<T> |
DatasourceTypeImpl.removeUseJavaContext()
Removes the use-java-context attribute |
DatasourceType<T> |
DatasourceTypeImpl.removeValidation()
Removes the validation element |
DatasourceType<T> |
DatasourceTypeImpl.spy(Boolean spy)
Sets the spy attribute |
DatasourceType<T> |
DatasourceTypeImpl.transactionIsolation(String transactionIsolation)
Sets the transaction-isolation element |
DatasourceType<T> |
DatasourceTypeImpl.transactionIsolation(TransactionIsolationType transactionIsolation)
Sets the transaction-isolation element |
DatasourceType<T> |
DatasourceTypeImpl.urlDelimiter(String urlDelimiter)
Sets the url-delimiter element |
DatasourceType<T> |
DatasourceTypeImpl.urlSelectorStrategyClassName(String urlSelectorStrategyClassName)
Sets the url-selector-strategy-class-name element |
DatasourceType<T> |
DatasourceTypeImpl.useCcm(Boolean useCcm)
Sets the use-ccm attribute |
DatasourceType<T> |
DatasourceTypeImpl.useJavaContext(Boolean useJavaContext)
Sets the use-java-context attribute |
Methods in org.jboss.datasources.impl that return types with arguments of type DatasourceType | |
---|---|
ConnectionPropertyType<DatasourceType<T>> |
DatasourceTypeImpl.createConnectionProperty()
Creates a new connection-property element |
List<ConnectionPropertyType<DatasourceType<T>>> |
DatasourceTypeImpl.getAllConnectionProperty()
Returns all connection-property elements |
List<DatasourceType<DatasourcesDescriptor>> |
DatasourcesDescriptorImpl.getAllDatasource()
Returns all datasource elements |
List<DatasourceType<DatasourcesType<T>>> |
DatasourcesTypeImpl.getAllDatasource()
Returns all datasource elements |
ConnectionPropertyType<DatasourceType<T>> |
DatasourceTypeImpl.getOrCreateConnectionProperty()
If not already created, a new connection-property element will be created and returned. |
PoolType<DatasourceType<T>> |
DatasourceTypeImpl.getOrCreatePool()
If not already created, a new pool element with the given value will be created. |
DsSecurityType<DatasourceType<T>> |
DatasourceTypeImpl.getOrCreateSecurity()
If not already created, a new security element with the given value will be created. |
StatementType<DatasourceType<T>> |
DatasourceTypeImpl.getOrCreateStatement()
If not already created, a new statement element with the given value will be created. |
TimeoutType<DatasourceType<T>> |
DatasourceTypeImpl.getOrCreateTimeout()
If not already created, a new timeout element with the given value will be created. |
ValidationType<DatasourceType<T>> |
DatasourceTypeImpl.getOrCreateValidation()
If not already created, a new validation element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |