| 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 | Method and Description |
|---|---|
TwoPhaseResource |
WriteableBeanDatabaseImpl.getTwoPhaseResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBinder.registerTwoPhaseResources(TwoPhaseResource... resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicConfigurationImpl.registerTwoPhaseResources(TwoPhaseResource... resources) |
Copyright © 2009–2020 Oracle Corporation. All rights reserved.