ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.DataSourceType

Packages that use DataSourceType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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.createDataSource()
          Creates a new data-source element
 DataSourceType<ApplicationDescriptor> ApplicationDescriptor.createDataSource()
          Creates a new data-source element
 DataSourceType<ApplicationType<T>> ApplicationType.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 DataSourceType<ApplicationDescriptor> ApplicationDescriptor.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type DataSourceType
 List<DataSourceType<ApplicationType<T>>> ApplicationType.getAllDataSource()
          Returns all data-source elements
 List<DataSourceType<ApplicationDescriptor>> ApplicationDescriptor.getAllDataSource()
          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<MessageDrivenBeanType<T>> MessageDrivenBeanType.createDataSource()
          Creates a new data-source element
 DataSourceType<InterceptorType<T>> InterceptorType.createDataSource()
          Creates a new data-source element
 DataSourceType<SessionBeanType<T>> SessionBeanType.createDataSource()
          Creates a new data-source element
 DataSourceType<EntityBeanType<T>> EntityBeanType.createDataSource()
          Creates a new data-source element
 DataSourceType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 DataSourceType<InterceptorType<T>> InterceptorType.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 DataSourceType<SessionBeanType<T>> SessionBeanType.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 DataSourceType<EntityBeanType<T>> EntityBeanType.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type DataSourceType
 List<DataSourceType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllDataSource()
          Returns all data-source elements
 List<DataSourceType<InterceptorType<T>>> InterceptorType.getAllDataSource()
          Returns all data-source elements
 List<DataSourceType<SessionBeanType<T>>> SessionBeanType.getAllDataSource()
          Returns all data-source elements
 List<DataSourceType<EntityBeanType<T>>> EntityBeanType.getAllDataSource()
          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.className(String className)
          Sets the class-name element
 DataSourceType<T> DataSourceType.databaseName(String databaseName)
          Sets the database-name element
 DataSourceType<T> DataSourceType.description(String description)
          Sets the description element
 DataSourceType<T> DataSourceType.initialPoolSize(Integer initialPoolSize)
          Sets the initial-pool-size element
 DataSourceType<T> DataSourceType.isolationLevel(IsolationLevelType isolationLevel)
          Sets the isolation-level element
 DataSourceType<T> DataSourceType.isolationLevel(String isolationLevel)
          Sets the isolation-level element
 DataSourceType<T> DataSourceType.loginTimeout(Integer loginTimeout)
          Sets the login-timeout element
 DataSourceType<T> DataSourceType.maxIdleTime(Integer maxIdleTime)
          Sets the max-idle-time element
 DataSourceType<T> DataSourceType.maxPoolSize(Integer maxPoolSize)
          Sets the max-pool-size element
 DataSourceType<T> DataSourceType.maxStatements(Integer maxStatements)
          Sets the max-statements element
 DataSourceType<T> DataSourceType.minPoolSize(Integer minPoolSize)
          Sets the min-pool-size element
 DataSourceType<T> DataSourceType.name(String name)
          Sets the name element
 DataSourceType<T> DataSourceType.password(String password)
          Sets the password element
 DataSourceType<T> DataSourceType.portNumber(Integer portNumber)
          Sets the port-number element
 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.removeIsolationLevel()
          Removes the isolation-level attribute
 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.serverName(String serverName)
          Sets the server-name element
 DataSourceType<T> DataSourceType.transactional(Boolean transactional)
          Sets the transactional element
 DataSourceType<T> DataSourceType.url(String url)
          Sets the url element
 DataSourceType<T> DataSourceType.user(String user)
          Sets the user element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type DataSourceType
 PropertyType<DataSourceType<T>> DataSourceType.createProperty()
          Creates a new property element
 List<PropertyType<DataSourceType<T>>> DataSourceType.getAllProperty()
          Returns all property elements
 PropertyType<DataSourceType<T>> DataSourceType.getOrCreateProperty()
          If not already created, a new property element will be created and returned.
 

Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return DataSourceType
 DataSourceType<WebAppDescriptor> WebAppDescriptor.createDataSource()
          Creates a new data-source element
 DataSourceType<WebAppDescriptor> WebAppDescriptor.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type DataSourceType
 List<DataSourceType<WebAppDescriptor>> WebAppDescriptor.getAllDataSource()
          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.createDataSource()
          Creates a new data-source element
 DataSourceType<WebAppType<T>> WebAppType.createDataSource()
          Creates a new data-source element
 DataSourceType<WebFragmentType<T>> WebFragmentType.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 DataSourceType<WebAppType<T>> WebAppType.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type DataSourceType
 List<DataSourceType<WebFragmentType<T>>> WebFragmentType.getAllDataSource()
          Returns all data-source elements
 List<DataSourceType<WebAppType<T>>> WebAppType.getAllDataSource()
          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<WebFragmentDescriptor> WebFragmentDescriptor.createDataSource()
          Creates a new data-source element
 DataSourceType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type DataSourceType
 List<DataSourceType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllDataSource()
          Returns all data-source elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.