| Package | Description |
|---|---|
| org.jboss.jca.embedded.dsl.datasources13.api |
Provides the interfaces and enumeration types as defined in the schema
|
| Modifier and Type | Method and Description |
|---|---|
CapacityType<PoolType<T>> |
PoolType.getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
CapacityType<XaPoolType<T>> |
XaPoolType.getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
CapacityType<T> |
CapacityType.removeDecrementer()
Removes the
decrementer element |
CapacityType<T> |
CapacityType.removeIncrementer()
Removes the
incrementer element |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType<CapacityType<T>> |
CapacityType.getOrCreateDecrementer()
If not already created, a new
decrementer element with the given value will be created. |
ExtensionType<CapacityType<T>> |
CapacityType.getOrCreateIncrementer()
If not already created, a new
incrementer element with the given value will be created. |
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)