Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters13.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.resourceadapters13.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters13.api that return ExtensionTypeModifier and TypeMethodDescriptionSets theclass-nameattributeCapacityType.getOrCreateDecrementer()If not already created, a newdecrementerelement with the given value will be created.CapacityType.getOrCreateIncrementer()If not already created, a newincrementerelement with the given value will be created.RecoverType.getOrCreateRecoverPlugin()If not already created, a newrecover-pluginelement with the given value will be created.ExtensionType.removeClassName()Removes theclass-nameattributeExtensionType.removeConfigProperty()Removes theconfig-propertyelementMethods in org.jboss.jca.embedded.dsl.resourceadapters13.api that return types with arguments of type ExtensionTypeModifier and TypeMethodDescriptionExtensionType.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement with the given value will be created. -
Uses of ExtensionType in org.jboss.jca.embedded.dsl.resourceadapters13.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters13.impl that implement ExtensionTypeModifier and TypeClassDescriptionclassThis class implements theextensionTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters13.impl that return ExtensionTypeModifier and TypeMethodDescriptionSets theclass-nameattributeCapacityTypeImpl.getOrCreateDecrementer()If not already created, a newdecrementerelement with the given value will be created.CapacityTypeImpl.getOrCreateIncrementer()If not already created, a newincrementerelement with the given value will be created.RecoverTypeImpl.getOrCreateRecoverPlugin()If not already created, a newrecover-pluginelement with the given value will be created.ExtensionTypeImpl.removeClassName()Removes theclass-nameattributeExtensionTypeImpl.removeConfigProperty()Removes theconfig-propertyelementMethods in org.jboss.jca.embedded.dsl.resourceadapters13.impl that return types with arguments of type ExtensionTypeModifier and TypeMethodDescriptionExtensionTypeImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement with the given value will be created.