Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters13.api.CapacityType
Packages that use CapacityType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of CapacityType in org.jboss.jca.embedded.dsl.resourceadapters13.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters13.api that return CapacityTypeModifier and TypeMethodDescriptionPoolType.getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.XaPoolType.getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.CapacityType.removeDecrementer()Removes thedecrementerelementCapacityType.removeIncrementer()Removes theincrementerelementMethods in org.jboss.jca.embedded.dsl.resourceadapters13.api that return types with arguments of type CapacityTypeModifier and TypeMethodDescriptionCapacityType.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. -
Uses of CapacityType in org.jboss.jca.embedded.dsl.resourceadapters13.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters13.impl that implement CapacityTypeModifier and TypeClassDescriptionclassThis class implements thecapacityTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters13.impl that return CapacityTypeModifier and TypeMethodDescriptionPoolTypeImpl.getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.XaPoolTypeImpl.getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.CapacityTypeImpl.removeDecrementer()Removes thedecrementerelementCapacityTypeImpl.removeIncrementer()Removes theincrementerelementMethods in org.jboss.jca.embedded.dsl.resourceadapters13.impl that return types with arguments of type CapacityTypeModifier and TypeMethodDescriptionCapacityTypeImpl.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.