Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.api.ExtensionType
-
Packages that use ExtensionType Package Description org.jboss.jca.embedded.dsl.datasources11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources11.impl Provides the implementation classes as defined in the schema -
-
Uses of ExtensionType in org.jboss.jca.embedded.dsl.datasources11.api
Methods in org.jboss.jca.embedded.dsl.datasources11.api that return ExtensionType Modifier and Type Method Description ExtensionType<T>ExtensionType. className(String className)Sets theclass-nameattributeExtensionType<ValidationType<T>>ValidationType. getOrCreateExceptionSorter()If not already created, a newexception-sorterelement with the given value will be created.ExtensionType<DsSecurityType<T>>DsSecurityType. getOrCreateReauthPlugin()If not already created, a newreauth-pluginelement with the given value will be created.ExtensionType<RecoverType<T>>RecoverType. getOrCreateRecoverPlugin()If not already created, a newrecover-pluginelement with the given value will be created.ExtensionType<ValidationType<T>>ValidationType. getOrCreateStaleConnectionChecker()If not already created, a newstale-connection-checkerelement with the given value will be created.ExtensionType<ValidationType<T>>ValidationType. getOrCreateValidConnectionChecker()If not already created, a newvalid-connection-checkerelement with the given value will be created.ExtensionType<T>ExtensionType. removeAllConfigProperty()Removes allconfig-propertyelementsExtensionType<T>ExtensionType. removeClassName()Removes theclass-nameattributeMethods in org.jboss.jca.embedded.dsl.datasources11.api that return types with arguments of type ExtensionType Modifier and Type Method Description ConfigPropertyType<ExtensionType<T>>ExtensionType. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<ExtensionType<T>>>ExtensionType. getAllConfigProperty()Returns allconfig-propertyelementsConfigPropertyType<ExtensionType<T>>ExtensionType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned. -
Uses of ExtensionType in org.jboss.jca.embedded.dsl.datasources11.impl
Classes in org.jboss.jca.embedded.dsl.datasources11.impl that implement ExtensionType Modifier and Type Class Description classExtensionTypeImpl<T>This class implements theextensionTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return ExtensionType Modifier and Type Method Description ExtensionType<T>ExtensionTypeImpl. className(String className)Sets theclass-nameattributeExtensionType<ValidationType<T>>ValidationTypeImpl. getOrCreateExceptionSorter()If not already created, a newexception-sorterelement with the given value will be created.ExtensionType<DsSecurityType<T>>DsSecurityTypeImpl. getOrCreateReauthPlugin()If not already created, a newreauth-pluginelement with the given value will be created.ExtensionType<RecoverType<T>>RecoverTypeImpl. getOrCreateRecoverPlugin()If not already created, a newrecover-pluginelement with the given value will be created.ExtensionType<ValidationType<T>>ValidationTypeImpl. getOrCreateStaleConnectionChecker()If not already created, a newstale-connection-checkerelement with the given value will be created.ExtensionType<ValidationType<T>>ValidationTypeImpl. getOrCreateValidConnectionChecker()If not already created, a newvalid-connection-checkerelement with the given value will be created.ExtensionType<T>ExtensionTypeImpl. removeAllConfigProperty()Removes allconfig-propertyelementsExtensionType<T>ExtensionTypeImpl. removeClassName()Removes theclass-nameattributeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return types with arguments of type ExtensionType Modifier and Type Method Description ConfigPropertyType<ExtensionType<T>>ExtensionTypeImpl. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<ExtensionType<T>>>ExtensionTypeImpl. getAllConfigProperty()Returns allconfig-propertyelementsConfigPropertyType<ExtensionType<T>>ExtensionTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.
-