BEA Systems, Inc.

Package weblogic.workarea

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 internal users and layered products 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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.