Modifier and Type | Method and Description |
---|---|
void |
DynamicConfiguration.registerTwoPhaseResources(TwoPhaseResource... resources)
Registers two-phase resources in the order in which they are to run.
|
Modifier and Type | Method and Description |
---|---|
TwoPhaseResource |
WriteableBeanDatabase.getTwoPhaseResource()
Returns a two-phase resource that can be used by a
DynamicConfiguration to tie the transaction done by
this WriteableBeanDatabase into a commit done by the
DynamicConfiguration.
|
Modifier and Type | Class and Description |
---|---|
private class |
WriteableBeanDatabaseImpl.TwoPhaseResourceImpl |
Modifier and Type | Method and Description |
---|---|
TwoPhaseResource |
WriteableBeanDatabaseImpl.getTwoPhaseResource() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBinder.registerTwoPhaseResources(TwoPhaseResource... resources) |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<TwoPhaseResource> |
DynamicConfigurationImpl.allResources |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.LinkedList<TwoPhaseResource> |
DynamicConfigurationImpl.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicConfigurationImpl.registerTwoPhaseResources(TwoPhaseResource... resources) |