| Interface | Description |
|---|---|
| SimpleMap.Filter | |
| Utils.ContextMapAdditionalAccessors | |
| Utils.PrivilegedWireAdapterAccessor |
| Class | Description |
|---|---|
| AccessControlledMap |
This class is used by the ContextMap for:
- checking permissions
- setting isOriginator to true, since entries created via this API are
created for the first time here.
|
| DependencyProviderImpl |
Provides the context-propagation dependencies in Glassfish.
|
| Entry |
Entries hold work contexts in the ContextMap as well as related metadata:
propagation mode, whether this thread originated the work context, and
whether all are allowed to read its work context.
|
| SimpleMap | |
| Utils | |
| Utils.AccessControlledMapFinder | |
| ViewImpl |
Provides access to a subset of the ContextMap.
|
| Enum | Description |
|---|---|
| AccessControlledMap.ContextAccessLevel | |
| Entry.ContextType |
Identifies the type of a work context
OPAQUE is a special type that identifies a context that came over the wire
that could not be instantiated.
|
Copyright © 2017. All rights reserved.