public class ContextAwareImpl extends Object implements ContextAware
| Constructor and Description |
|---|
ContextAwareImpl(Object origin) |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(String msg) |
void |
addError(String msg,
Throwable ex) |
void |
addInfo(String msg) |
void |
addInfo(String msg,
Throwable ex) |
void |
addStatus(Status status) |
void |
addWarn(String msg) |
void |
addWarn(String msg,
Throwable ex) |
Context |
getContext() |
protected Object |
getOrigin() |
StatusManager |
getStatusManager() |
void |
setContext(Context context) |
protected Context context
public ContextAwareImpl(Object origin)
protected Object getOrigin()
public void setContext(Context context)
setContext in interface ContextAwarepublic Context getContext()
getContext in interface ContextAwarepublic StatusManager getStatusManager()
public void addStatus(Status status)
addStatus in interface ContextAwarepublic void addInfo(String msg)
addInfo in interface ContextAwarepublic void addInfo(String msg, Throwable ex)
addInfo in interface ContextAwarepublic void addWarn(String msg)
addWarn in interface ContextAwarepublic void addWarn(String msg, Throwable ex)
addWarn in interface ContextAwarepublic void addError(String msg)
addError in interface ContextAwarepublic void addError(String msg, Throwable ex)
addError in interface ContextAwareCopyright © 2005-2013 QOS.ch. All Rights Reserved.