Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.api.ExtensionType
Packages that use ExtensionType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
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 ExtensionTypeModifier and TypeMethodDescriptionSets theclass-nameattributeValidationType.getOrCreateExceptionSorter()If not already created, a newexception-sorterelement with the given value will be created.DsSecurityType.getOrCreateReauthPlugin()If not already created, a newreauth-pluginelement with the given value will be created.RecoverType.getOrCreateRecoverPlugin()If not already created, a newrecover-pluginelement with the given value will be created.ValidationType.getOrCreateStaleConnectionChecker()If not already created, a newstale-connection-checkerelement with the given value will be created.ValidationType.getOrCreateValidConnectionChecker()If not already created, a newvalid-connection-checkerelement with the given value will be created.ExtensionType.removeAllConfigProperty()Removes allconfig-propertyelementsExtensionType.removeClassName()Removes theclass-nameattributeMethods in org.jboss.jca.embedded.dsl.datasources11.api that return types with arguments of type ExtensionTypeModifier and TypeMethodDescriptionExtensionType.createConfigProperty()Creates a newconfig-propertyelementExtensionType.getAllConfigProperty()Returns allconfig-propertyelementsExtensionType.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 ExtensionTypeModifier and TypeClassDescriptionclassThis class implements theextensionTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return ExtensionTypeModifier and TypeMethodDescriptionSets theclass-nameattributeValidationTypeImpl.getOrCreateExceptionSorter()If not already created, a newexception-sorterelement with the given value will be created.DsSecurityTypeImpl.getOrCreateReauthPlugin()If not already created, a newreauth-pluginelement with the given value will be created.RecoverTypeImpl.getOrCreateRecoverPlugin()If not already created, a newrecover-pluginelement with the given value will be created.ValidationTypeImpl.getOrCreateStaleConnectionChecker()If not already created, a newstale-connection-checkerelement with the given value will be created.ValidationTypeImpl.getOrCreateValidConnectionChecker()If not already created, a newvalid-connection-checkerelement with the given value will be created.ExtensionTypeImpl.removeAllConfigProperty()Removes allconfig-propertyelementsExtensionTypeImpl.removeClassName()Removes theclass-nameattributeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return types with arguments of type ExtensionTypeModifier and TypeMethodDescriptionExtensionTypeImpl.createConfigProperty()Creates a newconfig-propertyelementExtensionTypeImpl.getAllConfigProperty()Returns allconfig-propertyelementsExtensionTypeImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.