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

Packages that use DataSourceType
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 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.id(String id)
          Sets the id attribute
 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.removeId()
          Removes the id attribute
 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.jbosscommon60 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.jbossweb60
 

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

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.