Uses of Interface
org.jboss.datasources.api.ExtensionType

Packages that use ExtensionType
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 ExtensionType in org.jboss.datasources.api
 

Methods in org.jboss.datasources.api that return ExtensionType
 ExtensionType<T> ExtensionType.className(String className)
          Sets the class-name attribute
 ExtensionType<ValidationType<T>> ValidationType.getOrCreateExceptionSorter()
          If not already created, a new exception-sorter element with the given value will be created.
 ExtensionType<DsSecurityType<T>> DsSecurityType.getOrCreateReauthPlugin()
          If not already created, a new reauth-plugin element with the given value will be created.
 ExtensionType<RecoverType<T>> RecoverType.getOrCreateRecoverPlugin()
          If not already created, a new recover-plugin element with the given value will be created.
 ExtensionType<ValidationType<T>> ValidationType.getOrCreateStaleConnectionChecker()
          If not already created, a new stale-connection-checker element with the given value will be created.
 ExtensionType<ValidationType<T>> ValidationType.getOrCreateValidConnectionChecker()
          If not already created, a new valid-connection-checker element with the given value will be created.
 ExtensionType<T> ExtensionType.removeAllConfigProperty()
          Removes all config-property elements
 ExtensionType<T> ExtensionType.removeClassName()
          Removes the class-name attribute
 

Methods in org.jboss.datasources.api that return types with arguments of type ExtensionType
 ConfigPropertyType<ExtensionType<T>> ExtensionType.createConfigProperty()
          Creates a new config-property element
 List<ConfigPropertyType<ExtensionType<T>>> ExtensionType.getAllConfigProperty()
          Returns all config-property elements
 ConfigPropertyType<ExtensionType<T>> ExtensionType.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 

Uses of ExtensionType in org.jboss.datasources.impl
 

Methods in org.jboss.datasources.impl that return ExtensionType
 ExtensionType<T> ExtensionTypeImpl.className(String className)
          Sets the class-name attribute
 ExtensionType<ValidationType<T>> ValidationTypeImpl.getOrCreateExceptionSorter()
          If not already created, a new exception-sorter element with the given value will be created.
 ExtensionType<DsSecurityType<T>> DsSecurityTypeImpl.getOrCreateReauthPlugin()
          If not already created, a new reauth-plugin element with the given value will be created.
 ExtensionType<RecoverType<T>> RecoverTypeImpl.getOrCreateRecoverPlugin()
          If not already created, a new recover-plugin element with the given value will be created.
 ExtensionType<ValidationType<T>> ValidationTypeImpl.getOrCreateStaleConnectionChecker()
          If not already created, a new stale-connection-checker element with the given value will be created.
 ExtensionType<ValidationType<T>> ValidationTypeImpl.getOrCreateValidConnectionChecker()
          If not already created, a new valid-connection-checker element with the given value will be created.
 ExtensionType<T> ExtensionTypeImpl.removeAllConfigProperty()
          Removes all config-property elements
 ExtensionType<T> ExtensionTypeImpl.removeClassName()
          Removes the class-name attribute
 

Methods in org.jboss.datasources.impl that return types with arguments of type ExtensionType
 ConfigPropertyType<ExtensionType<T>> ExtensionTypeImpl.createConfigProperty()
          Creates a new config-property element
 List<ConfigPropertyType<ExtensionType<T>>> ExtensionTypeImpl.getAllConfigProperty()
          Returns all config-property elements
 ConfigPropertyType<ExtensionType<T>> ExtensionTypeImpl.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 



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