Package | Description |
---|---|
org.jboss.jca.embedded.dsl.ironjacamar13.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.jca.embedded.dsl.ironjacamar13.impl |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
CapacityType<XaPoolType<T>> |
XaPoolType.getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
CapacityType<PoolType<T>> |
PoolType.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. |
Modifier and Type | Method and Description |
---|---|
CapacityType<XaPoolType<T>> |
XaPoolTypeImpl.getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
CapacityType<PoolType<T>> |
PoolTypeImpl.getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
CapacityType<T> |
CapacityTypeImpl.removeDecrementer()
Removes the
decrementer element |
CapacityType<T> |
CapacityTypeImpl.removeIncrementer()
Removes the
incrementer element |
Modifier and Type | Method and Description |
---|---|
ExtensionType<CapacityType<T>> |
CapacityTypeImpl.getOrCreateDecrementer()
If not already created, a new
decrementer element with the given value will be created. |
ExtensionType<CapacityType<T>> |
CapacityTypeImpl.getOrCreateIncrementer()
If not already created, a new
incrementer element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.