Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar12.api.ExtensionType
-
Packages that use ExtensionType Package Description org.jboss.jca.embedded.dsl.ironjacamar12.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar12.impl Provides the implementation classes as defined in the schema -
-
Uses of ExtensionType in org.jboss.jca.embedded.dsl.ironjacamar12.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar12.api that return ExtensionType Modifier and Type Method Description ExtensionType<T>ExtensionType. className(String className)Sets theclass-nameattributeExtensionType<CapacityType<T>>CapacityType. getOrCreateDecrementer()If not already created, a newdecrementerelement with the given value will be created.ExtensionType<CapacityType<T>>CapacityType. getOrCreateIncrementer()If not already created, a newincrementerelement 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<T>ExtensionType. removeClassName()Removes theclass-nameattributeExtensionType<T>ExtensionType. removeConfigProperty()Removes theconfig-propertyelementMethods in org.jboss.jca.embedded.dsl.ironjacamar12.api that return types with arguments of type ExtensionType Modifier and Type Method Description ConfigPropertyType<ExtensionType<T>>ExtensionType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement with the given value will be created. -
Uses of ExtensionType in org.jboss.jca.embedded.dsl.ironjacamar12.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar12.impl that implement ExtensionType Modifier and Type Class Description classExtensionTypeImpl<T>This class implements theextensionTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar12.impl that return ExtensionType Modifier and Type Method Description ExtensionType<T>ExtensionTypeImpl. className(String className)Sets theclass-nameattributeExtensionType<CapacityType<T>>CapacityTypeImpl. getOrCreateDecrementer()If not already created, a newdecrementerelement with the given value will be created.ExtensionType<CapacityType<T>>CapacityTypeImpl. getOrCreateIncrementer()If not already created, a newincrementerelement 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<T>ExtensionTypeImpl. removeClassName()Removes theclass-nameattributeExtensionType<T>ExtensionTypeImpl. removeConfigProperty()Removes theconfig-propertyelementMethods in org.jboss.jca.embedded.dsl.ironjacamar12.impl that return types with arguments of type ExtensionType Modifier and Type Method Description ConfigPropertyType<ExtensionType<T>>ExtensionTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement with the given value will be created.
-