public interface ContextAware
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() |
void |
setContext(Context context) |
Copyright © 2005-2013 QOS.ch. All Rights Reserved.