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 voidDynamicConfiguration. 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 TwoPhaseResourceWriteableBeanDatabase. 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 TwoPhaseResource Modifier and Type Class Description private classWriteableBeanDatabaseImpl.TwoPhaseResourceImplMethods in org.glassfish.hk2.configuration.hub.internal that return TwoPhaseResource Modifier and Type Method Description TwoPhaseResourceWriteableBeanDatabaseImpl. 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 voidAbstractBinder. registerTwoPhaseResources(TwoPhaseResource... resources) -
Uses of TwoPhaseResource in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal with type parameters of type TwoPhaseResource Modifier and Type Field Description private java.util.LinkedList<TwoPhaseResource>DynamicConfigurationImpl. allResourcesMethods in org.jvnet.hk2.internal that return types with arguments of type TwoPhaseResource Modifier and Type Method Description (package private) java.util.LinkedList<TwoPhaseResource>DynamicConfigurationImpl. getResources()Methods in org.jvnet.hk2.internal with parameters of type TwoPhaseResource Modifier and Type Method Description voidDynamicConfigurationImpl. registerTwoPhaseResources(TwoPhaseResource... resources)
-