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
Classes in org.glassfish.hk2.configuration.hub.internal that implement TwoPhaseResource Modifier and Type Class Description private class
WriteableBeanDatabaseImpl.TwoPhaseResourceImpl
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
Fields in org.jvnet.hk2.internal with type parameters of type TwoPhaseResource Modifier and Type Field Description private java.util.LinkedList<TwoPhaseResource>
DynamicConfigurationImpl. allResources
Methods 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 void
DynamicConfigurationImpl. registerTwoPhaseResources(TwoPhaseResource... resources)
-