Package | Description |
---|---|
weblogic.workarea |
Provides interfaces to support marshalling of user data in a
WorkArea . |
Class and Description |
---|
NoWorkContextException
NoWorkContextException is thrown when
WorkContextMap functions that require a
WorkContext are invoked without an existing
WorkContext . |
PrimitiveWorkContext
PrimitiveWorkContext is a marker interface used for
marshaling and unmarshaling primitive user data in a
WorkArea . |
PropertyReadOnlyException
PropertyReadOnlyException is thrown when a user tries
to modify WorkContextMap properties that are read-only. |
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. |
WorkContextOutput
WorkConectOutput is a primitive stream used for
marshaling WorkContext implementations. |