Package org.glassfish.contextpropagation.spi

Examples of org.glassfish.contextpropagation.spi.ContextMapPropagator


   * @return The in-scope instance of ContextMapPropagator so that
   * communication protocols can ask the ContextMapPropagator to handle
   * the context propagation bytes on the wire.
   */
  public static ContextMapPropagator getScopeAwarePropagator() {
    return new ContextMapPropagator() {

      private WireAdapter wireAdapter = ContextBootstrap.getWireAdapter();

      private SimpleMap getMapIfItExists() {
        AccessControlledMap map = mapFinder.getMapIfItExists();
View Full Code Here


   * @return The in-scope instance of ContextMapPropagator so that
   * communication protocols can ask the ContextMapPropagator to handle
   * the context propagation bytes on the wire.
   */
  public static ContextMapPropagator getScopeAwarePropagator() {
    return new ContextMapPropagator() {

      private WireAdapter wireAdapter = ContextBootstrap.getWireAdapter();

      private SimpleMap getMapIfItExists() {
        AccessControlledMap map = mapFinder.getMapIfItExists();
View Full Code Here

TOP

Related Classes of org.glassfish.contextpropagation.spi.ContextMapPropagator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.