Uses of Interface
org.glassfish.hk2.api.TwoPhaseTransactionData
Packages that use TwoPhaseTransactionData
-
Uses of TwoPhaseTransactionData in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type TwoPhaseTransactionDataModifier and TypeMethodDescriptionvoidTwoPhaseResource.activateDynamicConfiguration(TwoPhaseTransactionData dynamicConfiguration) Once all TwoPhaseResource prepare methods have completed successfully the activate method will be called on all registered TwoPhaseResource implementations.voidTwoPhaseResource.prepareDynamicConfiguration(TwoPhaseTransactionData dynamicConfiguration) This method is called prior to any changes being made to theServiceLocatorbut after the IdempotentFilters are called.voidTwoPhaseResource.rollbackDynamicConfiguration(TwoPhaseTransactionData dynamicConfiguration) If any TwoPhaseResource fails then all TwoPhaseResources that successfully completed their prepare method will get this method invoked.