Package | Description |
---|---|
org.glassfish.hk2.api |
Modifier and Type | Method and Description |
---|---|
void |
TwoPhaseResource.activateDynamicConfiguration(TwoPhaseTransactionData dynamicConfiguration)
Once all TwoPhaseResource prepare methods have completed successfully the activate method
will be called on all registered TwoPhaseResource implementations.
|
void |
TwoPhaseResource.prepareDynamicConfiguration(TwoPhaseTransactionData dynamicConfiguration)
This method is called prior to any changes being made to the
ServiceLocator
but after the IdempotentFilters are called. |
void |
TwoPhaseResource.rollbackDynamicConfiguration(TwoPhaseTransactionData dynamicConfiguration)
If any TwoPhaseResource fails then all TwoPhaseResources that successfully completed their
prepare method will get this method invoked.
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.