| Package | Description |
|---|---|
| weblogic.jdbc.common.internal | |
| weblogic.jms.common |
Provides exceptions for
weblogic.jms.common. |
| weblogic.workarea |
Provides interfaces to support marshalling of user data in a
WorkArea. |
| Class | Description |
|---|---|
| WorkContextMap |
WorkContextMap provides users with mechanisms
for tagging certain requests (whether remote or local)
and propagating that information based on certain policy
constraints. |
| Class | Description |
|---|
| Class | 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. |