@Contract
public interface ContextManager
| Modifier and Type | Field and Description |
|---|---|
static String |
LOG_MESSAGE_RESOURCE |
static Logger |
LOGGER |
static String |
LOGGER_NAME |
static String |
WORK_CONTEXT_KEY
The key under which instances of Context will be created
and found in the ContextMap.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext()
Get the Context associated with the currently executing task,
creating a new Context if required.
|
static final String WORK_CONTEXT_KEY
static final String LOG_MESSAGE_RESOURCE
static final String LOGGER_NAME
static final Logger LOGGER
Context getContext()
Copyright © 2013. All Rights Reserved.