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

Part Number E13941-06

Package weblogic.workarea

Provides interfaces to support marshalling of user data in a WorkArea.

See:
          Description

Interface Summary
PrimitiveWorkContext PrimitiveWorkContext is a marker interface used for marshaling and unmarshaling primitive user data in a WorkArea.
PropagationMode PropagationMode defines the propagation properties of WorkContexts.
WorkContext WorkContext is a marker interface used for marshaling and unmarshaling user data in a WorkArea.
WorkContextInput WorkContextInput is a primitive stream used for unmarshaling WorkContext implementations.
WorkContextMap WorkContextMap provides users with mechanisms for tagging certain requests (whether remote or local) and propagating that information based on certain policy constraints.
WorkContextOutput WorkConectOutput is a primitive stream used for marshaling WorkContext implementations.
 

Class Summary
AsciiWorkContext An implementation for propagating simple 8-bit ASCII string-based WorkContexts.
LongWorkContext An implementation for propagating simple long-based WorkContexts.
PrimitiveContextFactory PrimitiveContextFactory provides internal users and layered products convenience mechanisms for creating WorkContexts instances containing primitive data.
SerializableWorkContext An implementation for propagating Serializable WorkContexts.
StringWorkContext An implementation for propagating simple string-based WorkContexts.
 

Exception Summary
NoWorkContextException NoWorkContextException is thrown when WorkContextMap functions that require a WorkContext are invoked without an existing WorkContext.
PropertyReadOnlyException PropertyReadOnlyException is thrown when a user tries to modify WorkContextMap properties that are read-only.
 

Package weblogic.workarea Description

Provides interfaces to support marshalling of user data in a WorkArea.


Copyright 1996, 2011, 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 API Reference
11g Release 1 (10.3.6)

Part Number E13941-06