Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters12.api.CapacityType
-
Packages that use CapacityType Package Description org.jboss.jca.embedded.dsl.resourceadapters12.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters12.impl Provides the implementation classes as defined in the schema -
-
Uses of CapacityType in org.jboss.jca.embedded.dsl.resourceadapters12.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters12.api that return CapacityType Modifier and Type Method Description CapacityType<PoolType<T>>PoolType. getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.CapacityType<XaPoolType<T>>XaPoolType. getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.CapacityType<T>CapacityType. removeDecrementer()Removes thedecrementerelementCapacityType<T>CapacityType. removeIncrementer()Removes theincrementerelementMethods in org.jboss.jca.embedded.dsl.resourceadapters12.api that return types with arguments of type CapacityType Modifier and Type Method Description ExtensionType<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. -
Uses of CapacityType in org.jboss.jca.embedded.dsl.resourceadapters12.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters12.impl that implement CapacityType Modifier and Type Class Description classCapacityTypeImpl<T>This class implements thecapacityTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters12.impl that return CapacityType Modifier and Type Method Description CapacityType<PoolType<T>>PoolTypeImpl. getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.CapacityType<XaPoolType<T>>XaPoolTypeImpl. getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.CapacityType<T>CapacityTypeImpl. removeDecrementer()Removes thedecrementerelementCapacityType<T>CapacityTypeImpl. removeIncrementer()Removes theincrementerelementMethods in org.jboss.jca.embedded.dsl.resourceadapters12.impl that return types with arguments of type CapacityType Modifier and Type Method Description ExtensionType<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.
-