Uses of Class
org.glassfish.contextpropagation.internal.Entry.ContextType
-
Packages that use Entry.ContextType Package Description org.glassfish.contextpropagation.internal org.glassfish.contextpropagation.wireadapters org.glassfish.contextpropagation.wireadapters.glassfish org.glassfish.contextpropagation.wireadapters.wls Provides public interfaces and classes for compatibility with Web Logicweblogic.workarea. -
-
Uses of Entry.ContextType in org.glassfish.contextpropagation.internal
Methods in org.glassfish.contextpropagation.internal that return Entry.ContextType Modifier and Type Method Description static <T extends Number>
Entry.ContextTypeEntry.ContextType. fromNumberClass(Class<T> clz)Utility method designed to quickly determine the context type corresponding to a given class, clz.static Entry.ContextTypeEntry.ContextType. fromOrdinal(int ordinal)Get the ContextType corresponding to the specified ordinal value.Entry.ContextTypeEntry. getContextType()static Entry.ContextTypeEntry.ContextType. valueOf(String name)Returns the enum constant of this type with the specified name.static Entry.ContextType[]Entry.ContextType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.contextpropagation.internal with parameters of type Entry.ContextType Constructor Description Entry(Object context, EnumSet<PropagationMode> propModes, Entry.ContextType contextType)Dedicated constructor, set the work context, it propagation mode and type. -
Uses of Entry.ContextType in org.glassfish.contextpropagation.wireadapters
Methods in org.glassfish.contextpropagation.wireadapters with parameters of type Entry.ContextType Modifier and Type Method Description protected abstract voidAbstractWireAdapter. write(ObjectOutputStream oos, String key, Object value, Entry.ContextType contextType, EnumSet<PropagationMode> propagationModes, String className) -
Uses of Entry.ContextType in org.glassfish.contextpropagation.wireadapters.glassfish
Methods in org.glassfish.contextpropagation.wireadapters.glassfish with parameters of type Entry.ContextType Modifier and Type Method Description voidDefaultWireAdapter. write(ObjectOutputStream oos, String key, Object value, Entry.ContextType contextType, EnumSet<PropagationMode> propagationModes, String className) -
Uses of Entry.ContextType in org.glassfish.contextpropagation.wireadapters.wls
Methods in org.glassfish.contextpropagation.wireadapters.wls with parameters of type Entry.ContextType Modifier and Type Method Description voidWLSWireAdapter. write(ObjectOutputStream oos, String key, Object value, Entry.ContextType contextType, EnumSet<PropagationMode> propagationModes, String className)
-