Uses of Interface
org.glassfish.hk2.api.TwoPhaseResource
-
-
Uses of TwoPhaseResource in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type TwoPhaseResource Modifier and Type Method Description void
DynamicConfiguration. registerTwoPhaseResources(TwoPhaseResource... resources)
Registers two-phase resources in the order in which they are to run. -
Uses of TwoPhaseResource in org.glassfish.hk2.configuration.hub.api
Methods in org.glassfish.hk2.configuration.hub.api that return TwoPhaseResource Modifier and Type Method 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. -
Uses of TwoPhaseResource in org.glassfish.hk2.configuration.hub.internal
Methods in org.glassfish.hk2.configuration.hub.internal that return TwoPhaseResource Modifier and Type Method Description TwoPhaseResource
WriteableBeanDatabaseImpl. getTwoPhaseResource()
-
Uses of TwoPhaseResource in org.glassfish.hk2.utilities.binding
Methods in org.glassfish.hk2.utilities.binding with parameters of type TwoPhaseResource Modifier and Type Method Description void
AbstractBinder. registerTwoPhaseResources(TwoPhaseResource... resources)
-
Uses of TwoPhaseResource in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal with parameters of type TwoPhaseResource Modifier and Type Method Description void
DynamicConfigurationImpl. registerTwoPhaseResources(TwoPhaseResource... resources)
-