Uses of Interface
org.glassfish.hk2.api.TwoPhaseResource
Packages that use TwoPhaseResource
Package
Description
-
Uses of TwoPhaseResource in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type TwoPhaseResourceModifier and TypeMethodDescriptionvoid
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 TwoPhaseResourceModifier and TypeMethodDescriptionWriteableBeanDatabase.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
Classes in org.glassfish.hk2.configuration.hub.internal that implement TwoPhaseResourceMethods in org.glassfish.hk2.configuration.hub.internal that return TwoPhaseResource -
Uses of TwoPhaseResource in org.glassfish.hk2.utilities.binding
Methods in org.glassfish.hk2.utilities.binding with parameters of type TwoPhaseResourceModifier and TypeMethodDescriptionvoid
AbstractBinder.registerTwoPhaseResources
(TwoPhaseResource... resources) -
Uses of TwoPhaseResource in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal with type parameters of type TwoPhaseResourceModifier and TypeFieldDescriptionprivate final LinkedList
<TwoPhaseResource> DynamicConfigurationImpl.allResources
Methods in org.jvnet.hk2.internal that return types with arguments of type TwoPhaseResourceModifier and TypeMethodDescription(package private) LinkedList
<TwoPhaseResource> DynamicConfigurationImpl.getResources()
Methods in org.jvnet.hk2.internal with parameters of type TwoPhaseResourceModifier and TypeMethodDescriptionvoid
DynamicConfigurationImpl.registerTwoPhaseResources
(TwoPhaseResource... resources)