| Package | Description | 
|---|---|
| weblogic.workarea | 
 Provides interfaces to support marshalling of user data in a  
WorkArea. | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
WorkContextMap.remove(String key)
Remove the context data for key from the current WorkContextMap. 
 |