default ResourceContext |
ResourceContext.bindThreadContext() |
Deprecated, for removal: This API element is subject to removal in a future version.
Binds the ResourceContext to the current thread.
|
ResourceContext |
ResourceContextFactory.create(String name) |
Deprecated, for removal: This API element is subject to removal in a future version.
Create a new ResourceContext.
|
ResourceContext |
ResourceContextFactory.getThreadContext() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the ResourceContext associated with the current thread.
|
ResourceContext |
ResourceContextFactory.getThreadContext(Thread thread) |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the ResourceContext associated with the thread.
|
ResourceContext |
ResourceContextFactory.getTotalsContext() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns a ResourceContext that provides the totals for all
ResourceContexts.
|
ResourceContext |
ResourceContextFactory.getUnassignedContext() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the ResourceContext that is the default when a thread is not
associated with a ResourceContext.
|
ResourceContext |
ResourceContextFactory.lookup(String name) |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the ResourceContext given by name.
|
static ResourceContext |
ResourceContext.unbindThreadContext() |
Deprecated, for removal: This API element is subject to removal in a future version.
Unbind the current thread from the ResourceContext.
|