Uses of Interface
org.glassfish.contextpropagation.ContextViewFactory
-
Packages that use ContextViewFactory Package Description org.glassfish.contextpropagation.internal org.glassfish.contextpropagation.spi -
-
Uses of ContextViewFactory in org.glassfish.contextpropagation.internal
Methods in org.glassfish.contextpropagation.internal with parameters of type ContextViewFactory Modifier and Type Method Description static voidUtils. registerContextFactoryForPrefixNamed(String prefixName, ContextViewFactory factory)ViewCapable objects are created by the context propagation framework when needed using the ContextViewFactory registered against the specified context name -
Uses of ContextViewFactory in org.glassfish.contextpropagation.spi
Methods in org.glassfish.contextpropagation.spi with parameters of type ContextViewFactory Modifier and Type Method Description static voidContextMapHelper. registerContextFactoryForPrefixNamed(String prefixName, ContextViewFactory factory)ViewCapable objects are created by the context propagation framework when needed using the ContextViewFactory registered against the specified context name
-