|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSourceType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 | Provides the interfaces and enumeration types as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.api.javaee6 | Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.api.webapp30 | Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webfragment30 | Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.application6 | Provides the implementation classes as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.javaee6 | Provides the implementation classes as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.webapp30 | Provides the implementation classes as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webfragment30 | Provides the implementation classes as defined in the schema web-fragment_3_0.xsd |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.api.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return DataSourceType | |
---|---|
DataSourceType<ApplicationType<T>> |
ApplicationType.dataSource()
Returns the data-source element |
DataSourceType<Application6Descriptor> |
Application6Descriptor.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<ApplicationType<T>>> |
ApplicationType.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<Application6Descriptor>> |
Application6Descriptor.getDataSourceList()
Returns all data-source elements |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return DataSourceType | |
---|---|
DataSourceType<InterceptorType<T>> |
InterceptorType.dataSource()
Returns the data-source element |
DataSourceType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.dataSource()
Returns the data-source element |
DataSourceType<SessionBeanType<T>> |
SessionBeanType.dataSource()
Returns the data-source element |
DataSourceType<EntityBeanType<T>> |
EntityBeanType.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<InterceptorType<T>>> |
InterceptorType.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<SessionBeanType<T>>> |
SessionBeanType.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<EntityBeanType<T>>> |
EntityBeanType.getDataSourceList()
Returns all data-source elements |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.api.javaee6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return DataSourceType | |
---|---|
DataSourceType<T> |
DataSourceType.removeAllProperty()
Removes all property elements |
DataSourceType<T> |
DataSourceType.removeClassName()
Removes the class-name element |
DataSourceType<T> |
DataSourceType.removeDatabaseName()
Removes the database-name element |
DataSourceType<T> |
DataSourceType.removeDescription()
Removes the description element |
DataSourceType<T> |
DataSourceType.removeInitialPoolSize()
Removes the initial-pool-size element |
DataSourceType<T> |
DataSourceType.removeLoginTimeout()
Removes the login-timeout element |
DataSourceType<T> |
DataSourceType.removeMaxIdleTime()
Removes the max-idle-time element |
DataSourceType<T> |
DataSourceType.removeMaxPoolSize()
Removes the max-pool-size element |
DataSourceType<T> |
DataSourceType.removeMaxStatements()
Removes the max-statements element |
DataSourceType<T> |
DataSourceType.removeMinPoolSize()
Removes the min-pool-size element |
DataSourceType<T> |
DataSourceType.removeName()
Removes the name element |
DataSourceType<T> |
DataSourceType.removePassword()
Removes the password element |
DataSourceType<T> |
DataSourceType.removePortNumber()
Removes the port-number element |
DataSourceType<T> |
DataSourceType.removeServerName()
Removes the server-name element |
DataSourceType<T> |
DataSourceType.removeTransactional()
Removes the transactional element |
DataSourceType<T> |
DataSourceType.removeUrl()
Removes the url element |
DataSourceType<T> |
DataSourceType.removeUser()
Removes the user element |
DataSourceType<T> |
DataSourceType.setClassName(java.lang.String className)
If not already created, a new class-name element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setDatabaseName(java.lang.String databaseName)
If not already created, a new database-name element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setDescription(java.lang.String description)
If not already created, a new description element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setInitialPoolSize(java.lang.Integer initialPoolSize)
If not already created, a new initial-pool-size element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setIsolationLevel(IsolationLevelType isolationLevel)
If not already created, a new isolation-level element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setIsolationLevel(java.lang.String isolationLevel)
If not already created, a new isolation-level element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setLoginTimeout(java.lang.Integer loginTimeout)
If not already created, a new login-timeout element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setMaxIdleTime(java.lang.Integer maxIdleTime)
If not already created, a new max-idle-time element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setMaxPoolSize(java.lang.Integer maxPoolSize)
If not already created, a new max-pool-size element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setMaxStatements(java.lang.Integer maxStatements)
If not already created, a new max-statements element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setMinPoolSize(java.lang.Integer minPoolSize)
If not already created, a new min-pool-size element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setName(java.lang.String name)
If not already created, a new name element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setPassword(java.lang.String password)
If not already created, a new password element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setPortNumber(java.lang.Integer portNumber)
If not already created, a new port-number element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setServerName(java.lang.String serverName)
If not already created, a new server-name element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setTransactional(java.lang.Boolean transactional)
If not already created, a new transactional element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setUrl(java.lang.String url)
If not already created, a new url element with the given value will be created. |
DataSourceType<T> |
DataSourceType.setUser(java.lang.String user)
If not already created, a new user element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<PropertyType<DataSourceType<T>>> |
DataSourceType.getPropertyList()
Returns all property elements |
PropertyType<DataSourceType<T>> |
DataSourceType.property()
Returns the property element |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.api.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return DataSourceType | |
---|---|
DataSourceType<WebApp30Descriptor> |
WebApp30Descriptor.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<WebApp30Descriptor>> |
WebApp30Descriptor.getDataSourceList()
Returns all data-source elements |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return DataSourceType | |
---|---|
DataSourceType<WebFragmentType<T>> |
WebFragmentType.dataSource()
Returns the data-source element |
DataSourceType<WebAppType<T>> |
WebAppType.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<WebFragmentType<T>>> |
WebFragmentType.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<WebAppType<T>>> |
WebAppType.getDataSourceList()
Returns all data-source elements |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.api.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return DataSourceType | |
---|---|
DataSourceType<WebFragment30Descriptor> |
WebFragment30Descriptor.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<WebFragment30Descriptor>> |
WebFragment30Descriptor.getDataSourceList()
Returns all data-source elements |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.impl.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return DataSourceType | |
---|---|
DataSourceType<Application6Descriptor> |
Application6DescriptorImpl.dataSource()
Returns the data-source element |
DataSourceType<ApplicationType<T>> |
ApplicationTypeImpl.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<Application6Descriptor>> |
Application6DescriptorImpl.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<ApplicationType<T>>> |
ApplicationTypeImpl.getDataSourceList()
Returns all data-source elements |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return DataSourceType | |
---|---|
DataSourceType<EntityBeanType<T>> |
EntityBeanTypeImpl.dataSource()
Returns the data-source element |
DataSourceType<SessionBeanType<T>> |
SessionBeanTypeImpl.dataSource()
Returns the data-source element |
DataSourceType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.dataSource()
Returns the data-source element |
DataSourceType<InterceptorType<T>> |
InterceptorTypeImpl.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<InterceptorType<T>>> |
InterceptorTypeImpl.getDataSourceList()
Returns all data-source elements |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.impl.javaee6 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement DataSourceType | |
---|---|
class |
DataSourceTypeImpl<T>
This class implements the data-sourceType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return DataSourceType | |
---|---|
DataSourceType<T> |
DataSourceTypeImpl.removeAllProperty()
Removes all property elements |
DataSourceType<T> |
DataSourceTypeImpl.removeClassName()
Removes the class-name element |
DataSourceType<T> |
DataSourceTypeImpl.removeDatabaseName()
Removes the database-name element |
DataSourceType<T> |
DataSourceTypeImpl.removeDescription()
Removes the description element |
DataSourceType<T> |
DataSourceTypeImpl.removeInitialPoolSize()
Removes the initial-pool-size element |
DataSourceType<T> |
DataSourceTypeImpl.removeLoginTimeout()
Removes the login-timeout element |
DataSourceType<T> |
DataSourceTypeImpl.removeMaxIdleTime()
Removes the max-idle-time element |
DataSourceType<T> |
DataSourceTypeImpl.removeMaxPoolSize()
Removes the max-pool-size element |
DataSourceType<T> |
DataSourceTypeImpl.removeMaxStatements()
Removes the max-statements element |
DataSourceType<T> |
DataSourceTypeImpl.removeMinPoolSize()
Removes the min-pool-size element |
DataSourceType<T> |
DataSourceTypeImpl.removeName()
Removes the name element |
DataSourceType<T> |
DataSourceTypeImpl.removePassword()
Removes the password element |
DataSourceType<T> |
DataSourceTypeImpl.removePortNumber()
Removes the port-number element |
DataSourceType<T> |
DataSourceTypeImpl.removeServerName()
Removes the server-name element |
DataSourceType<T> |
DataSourceTypeImpl.removeTransactional()
Removes the transactional element |
DataSourceType<T> |
DataSourceTypeImpl.removeUrl()
Removes the url element |
DataSourceType<T> |
DataSourceTypeImpl.removeUser()
Removes the user element |
DataSourceType<T> |
DataSourceTypeImpl.setClassName(java.lang.String className)
If not already created, a new class-name element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setDatabaseName(java.lang.String databaseName)
If not already created, a new database-name element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setDescription(java.lang.String description)
If not already created, a new description element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setInitialPoolSize(java.lang.Integer initialPoolSize)
If not already created, a new initial-pool-size element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setIsolationLevel(IsolationLevelType isolationLevel)
If not already created, a new isolation-level element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setIsolationLevel(java.lang.String isolationLevel)
If not already created, a new isolation-level element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setLoginTimeout(java.lang.Integer loginTimeout)
If not already created, a new login-timeout element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setMaxIdleTime(java.lang.Integer maxIdleTime)
If not already created, a new max-idle-time element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setMaxPoolSize(java.lang.Integer maxPoolSize)
If not already created, a new max-pool-size element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setMaxStatements(java.lang.Integer maxStatements)
If not already created, a new max-statements element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setMinPoolSize(java.lang.Integer minPoolSize)
If not already created, a new min-pool-size element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setName(java.lang.String name)
If not already created, a new name element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setPassword(java.lang.String password)
If not already created, a new password element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setPortNumber(java.lang.Integer portNumber)
If not already created, a new port-number element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setServerName(java.lang.String serverName)
If not already created, a new server-name element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setTransactional(java.lang.Boolean transactional)
If not already created, a new transactional element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setUrl(java.lang.String url)
If not already created, a new url element with the given value will be created. |
DataSourceType<T> |
DataSourceTypeImpl.setUser(java.lang.String user)
If not already created, a new user element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<PropertyType<DataSourceType<T>>> |
DataSourceTypeImpl.getPropertyList()
Returns all property elements |
PropertyType<DataSourceType<T>> |
DataSourceTypeImpl.property()
Returns the property element |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.impl.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return DataSourceType | |
---|---|
DataSourceType<WebApp30Descriptor> |
WebApp30DescriptorImpl.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<WebApp30Descriptor>> |
WebApp30DescriptorImpl.getDataSourceList()
Returns all data-source elements |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return DataSourceType | |
---|---|
DataSourceType<WebFragmentType<T>> |
WebFragmentTypeImpl.dataSource()
Returns the data-source element |
DataSourceType<WebAppType<T>> |
WebAppTypeImpl.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<WebFragmentType<T>>> |
WebFragmentTypeImpl.getDataSourceList()
Returns all data-source elements |
java.util.List<DataSourceType<WebAppType<T>>> |
WebAppTypeImpl.getDataSourceList()
Returns all data-source elements |
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.impl.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return DataSourceType | |
---|---|
DataSourceType<WebFragment30Descriptor> |
WebFragment30DescriptorImpl.dataSource()
Returns the data-source element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type DataSourceType | |
---|---|
java.util.List<DataSourceType<WebFragment30Descriptor>> |
WebFragment30DescriptorImpl.getDataSourceList()
Returns all data-source elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |