Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.workarea.WorkContext

Packages that use WorkContext
weblogic.workarea Provides interfaces to support marshalling of user data in a WorkArea

 

Uses of WorkContext in weblogic.workarea

 

Subinterfaces of WorkContext in weblogic.workarea
 interface PrimitiveWorkContext
          PrimitiveWorkContext is a marker interface used for marshaling and unmarshaling primitive user data in a WorkArea.

 

Classes in weblogic.workarea that implement WorkContext
 class AsciiWorkContext
          An implementation for propagating simple 8-bit ASCII string-based WorkContexts.
 class LongWorkContext
          An implementation for propagating simple long-based WorkContexts.
 class SerializableWorkContext
          An implementation for propagating Serializable WorkContexts.
 class StringWorkContext
          An implementation for propagating simple string-based WorkContexts.

 

Methods in weblogic.workarea that return WorkContext
static WorkContext PrimitiveContextFactory.create(String ctx)
          Creates a new WorkContext containing Unicode String context data.
static WorkContext PrimitiveContextFactory.create(long ctx)
          Creates a new WorkContext containing 64-bit long context data.
static WorkContext PrimitiveContextFactory.create(Serializable ctx)
          Creates a new WorkContext containing opaque Serializable context data.
static WorkContext PrimitiveContextFactory.createASCII(String ctx)
          Creates a new WorkContext containing 8-bit ASCII context data.
static WorkContext PrimitiveContextFactory.createMutable(Serializable ctx)
          Creates a new WorkContext containing opaque Serializable context data.
abstract  WorkContext WorkContextMap.get(String key)
          Get the current WorkContextMap's context data for key.
abstract  WorkContext WorkContextMap.put(String key, WorkContext ctx)
          Adds context data with key key to the current WorkContextMap and associates it with the current thread.
abstract  WorkContext WorkContextMap.put(String key, WorkContext ctx, int propagationMode)
          Adds context data with key key to the current WorkContextMap and associates it with the current thread.
abstract  WorkContext WorkContextInput.readContext()
          Reads a WorkContext from the underlying stream.
abstract  WorkContext WorkContextMap.remove(String key)
          Remove the context data for key from the current WorkContextMap.

 

Methods in weblogic.workarea with parameters of type WorkContext
abstract  WorkContext WorkContextMap.put(String key, WorkContext ctx)
          Adds context data with key key to the current WorkContextMap and associates it with the current thread.
abstract  WorkContext WorkContextMap.put(String key, WorkContext ctx, int propagationMode)
          Adds context data with key key to the current WorkContextMap and associates it with the current thread.
abstract  void WorkContextOutput.writeContext(WorkContext ctx)
          Writes the implementation of WorkContext to the underlying data stream.

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09