Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

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(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.create(String ctx)
          Creates a new WorkContext containing Unicode String 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.
 WorkContext WorkContextMap.get(String key)
          Get the current WorkContextMap's context data for key.
 WorkContext WorkContextMap.put(String key, WorkContext ctx)
          Adds context data with key key to the current WorkContextMap and associates it with the current thread.
 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.
 WorkContext WorkContextInput.readContext()
          Reads a WorkContext from the underlying stream.
 WorkContext WorkContextMap.remove(String key)
          Remove the context data for key from the current WorkContextMap.
 

Methods in weblogic.workarea with parameters of type WorkContext
 WorkContext WorkContextMap.put(String key, WorkContext ctx)
          Adds context data with key key to the current WorkContextMap and associates it with the current thread.
 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.
 void WorkContextOutput.writeContext(WorkContext ctx)
          Writes the implementation of WorkContext to the underlying data stream.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02