Uses of Interface
org.glassfish.hk2.api.TwoPhaseTransactionData
-
Packages that use TwoPhaseTransactionData Package Description org.glassfish.hk2.api org.jvnet.hk2.internal -
-
Uses of TwoPhaseTransactionData in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type TwoPhaseTransactionData Modifier and Type Method 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 theServiceLocator
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. -
Uses of TwoPhaseTransactionData in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement TwoPhaseTransactionData Modifier and Type Class Description class
TwoPhaseTransactionDataImpl
-