| Package | Description |
|---|---|
| org.glassfish.hk2.api | |
| org.glassfish.hk2.configuration.hub.internal | |
| org.jvnet.hk2.internal |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteableBeanDatabaseImpl.TwoPhaseResourceImpl.activateDynamicConfiguration(TwoPhaseTransactionData dynamicConfiguration) |
void |
WriteableBeanDatabaseImpl.TwoPhaseResourceImpl.prepareDynamicConfiguration(TwoPhaseTransactionData dynamicConfiguration) |
void |
WriteableBeanDatabaseImpl.TwoPhaseResourceImpl.rollbackDynamicConfiguration(TwoPhaseTransactionData dynamicConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
TwoPhaseTransactionDataImpl |
| Modifier and Type | Field and Description |
|---|---|
private TwoPhaseTransactionData |
ServiceLocatorImpl.CheckConfigurationData.transactionData |
| Modifier and Type | Method and Description |
|---|---|
private TwoPhaseTransactionData |
ServiceLocatorImpl.CheckConfigurationData.getTransactionData() |
| Constructor and Description |
|---|
CheckConfigurationData(java.util.List<SystemDescriptor<?>> unbinds,
boolean instanceLifecycleModificationMade,
boolean injectionResolverModificationMade,
boolean errorHandlerModificationMade,
boolean classAnalyzerModificationMade,
boolean dynamicConfigurationListenerModificationMade,
java.util.HashSet<java.lang.String> affectedContracts,
boolean interceptionServiceModificationMade,
TwoPhaseTransactionData transactionData) |