Uses of Class
org.glassfish.contextpropagation.PropagationMode
-
Packages that use PropagationMode Package Description org.glassfish.contextpropagation org.glassfish.contextpropagation.internal org.glassfish.contextpropagation.spi 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 PropagationMode in org.glassfish.contextpropagation
Fields in org.glassfish.contextpropagation with type parameters of type PropagationMode Modifier and Type Field Description static EnumSet<PropagationMode>Location. PROP_MODESMethods in org.glassfish.contextpropagation that return PropagationMode Modifier and Type Method Description static PropagationModePropagationMode. fromOrdinal(int ordinal)A utility method for getting a PropagationMode given that we know its ordinal value.static PropagationModePropagationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PropagationMode[]PropagationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.contextpropagation that return types with arguments of type PropagationMode Modifier and Type Method Description static EnumSet<PropagationMode>PropagationMode. defaultSet()static EnumSet<PropagationMode>PropagationMode. defaultSetOneway()EnumSet<PropagationMode>ContextMap. getPropagationModes(String name)Get the propagation modes of a the context with the specified name.EnumSet<PropagationMode>ContextViewFactory. getPropagationModes()Method parameters in org.glassfish.contextpropagation with type arguments of type PropagationMode Modifier and Type Method Description <T> TContextMap. put(String name, Boolean context, EnumSet<PropagationMode> propagationModes)Stores the specified context under the specified name into the in-scope ContextMap.<T> TContextMap. put(String name, Character context, EnumSet<PropagationMode> propagationModes)Stores the specified context under the specified name into the in-scope ContextMap.<T> TContextMap. put(String name, String context, EnumSet<PropagationMode> propagationModes)Stores the specified context under the specified name into the in-scope ContextMap.<T,U extends Number>
TContextMap. put(String name, U context, EnumSet<PropagationMode> propagationModes)Stores the specified context under the specified name into the in-scope ContextMap.<T> TView. put(String name, Boolean context, EnumSet<PropagationMode> propagationModes)Stores the specified context under the specified name into the in-scope ContextMap.<T> TView. put(String name, Character context, EnumSet<PropagationMode> propagationModes)Stores the specified context under the specified name into the in-scope ContextMap.<T> TView. put(String name, String context, EnumSet<PropagationMode> propagationModes)Stores the specified context under the specified name into the in-scope ContextMap.<T,U extends Number>
TView. put(String name, U context, EnumSet<PropagationMode> propagationModes)Stores the specified context under the specified name into the in-scope ContextMap. -
Uses of PropagationMode in org.glassfish.contextpropagation.internal
Methods in org.glassfish.contextpropagation.internal that return types with arguments of type PropagationMode Modifier and Type Method Description EnumSet<PropagationMode>AccessControlledMap. getPropagationModes(String key)EnumSet<PropagationMode>Entry. getPropagationModes()Methods in org.glassfish.contextpropagation.internal with parameters of type PropagationMode Modifier and Type Method Description Iterator<Map.Entry<String,Entry>>SimpleMap. iterator(SimpleMap.Filter filter, PropagationMode mode)booleanSimpleMap.Filter. keep(Map.Entry<String,Entry> mapEntry, PropagationMode mode)Method parameters in org.glassfish.contextpropagation.internal with type arguments of type PropagationMode Modifier and Type Method Description static EntryEntry. createOpaqueEntryInstance(Object context, EnumSet<PropagationMode> propModes, String className)static EntryEntry. createViewEntryInstance(Object context, EnumSet<PropagationMode> propModes, ViewImpl view)<T> TViewImpl. put(String name, Boolean context, EnumSet<PropagationMode> propagationModes)<T> TViewImpl. put(String name, Character context, EnumSet<PropagationMode> propagationModes)<T> TViewImpl. put(String name, String context, EnumSet<PropagationMode> propagationModes)<T,U extends Number>
TViewImpl. put(String name, U context, EnumSet<PropagationMode> propagationModes)<T> TUtils.ContextMapAdditionalAccessors. putAscii(String name, String context, EnumSet<PropagationMode> propagationModes)Store the specified work context under the specified name into the in-scope ContextMap.<T> TUtils.ContextMapAdditionalAccessors. putNotAscii(String key, String value, EnumSet<PropagationMode> propagationModes)<T> TUtils.ContextMapAdditionalAccessors. putSerializable(String key, Serializable value, EnumSet<PropagationMode> propagationModes)<T> TViewImpl. putSerializable(String name, Serializable context, EnumSet<PropagationMode> propagationModes, boolean allowAllToRead)Constructor parameters in org.glassfish.contextpropagation.internal with type arguments of type PropagationMode Constructor Description Entry(Object context, EnumSet<PropagationMode> propModes, Entry.ContextType contextType)Dedicated constructor, set the work context, it propagation mode and type. -
Uses of PropagationMode in org.glassfish.contextpropagation.spi
Methods in org.glassfish.contextpropagation.spi with parameters of type PropagationMode Modifier and Type Method Description voidContextMapPropagator. receiveResponse(InputStream in, PropagationMode mode)Deserializes context from anInputStreamprovided by a protocol that is receiving a request.voidContextMapPropagator. sendRequest(OutputStream out, PropagationMode propagationMode)Transfers the entries with the specifiedPropagationModefromContextMaps, in thread-local storage, to the protocolOutputStreamwhile it is sending an out-bound request.voidContextMapPropagator. sendResponse(OutputStream out, PropagationMode propagationMode)Transfers the entries with the specifiedPropagationModefromContextMaps, in thread-local storage, to the protocolOutputStreamwhile it is sending an out-bound response. -
Uses of PropagationMode in org.glassfish.contextpropagation.wireadapters
Method parameters in org.glassfish.contextpropagation.wireadapters with type arguments of type PropagationMode 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 PropagationMode in org.glassfish.contextpropagation.wireadapters.glassfish
Method parameters in org.glassfish.contextpropagation.wireadapters.glassfish with type arguments of type PropagationMode Modifier and Type Method Description voidDefaultWireAdapter. write(ObjectOutputStream oos, String key, Object value, Entry.ContextType contextType, EnumSet<PropagationMode> propagationModes, String className) -
Uses of PropagationMode in org.glassfish.contextpropagation.wireadapters.wls
Methods in org.glassfish.contextpropagation.wireadapters.wls that return types with arguments of type PropagationMode Modifier and Type Method Description static EnumSet<PropagationMode>WLSWireAdapter. toPropagationMode(int mode)Method parameters in org.glassfish.contextpropagation.wireadapters.wls with type arguments of type PropagationMode Modifier and Type Method Description static intWLSWireAdapter. toWlsPropagationMode(EnumSet<PropagationMode> propagationModes)voidWLSWireAdapter. write(ObjectOutputStream oos, String key, Object value, Entry.ContextType contextType, EnumSet<PropagationMode> propagationModes, String className)
-