public abstract class AbstractContexed extends java.lang.Object implements Contexed
Modifier and Type | Field and Description |
---|---|
protected AppContext |
conn |
Constructor and Description |
---|
AbstractContexed(AppContext conn) |
Modifier and Type | Method and Description |
---|---|
AppContext |
getContext() |
Logger |
getLogger() |
void |
resetLogger()
clear the cached logger in case we modify the log service
|
protected final AppContext conn
public AbstractContexed(AppContext conn)
conn
- public final AppContext getContext()
getContext
in interface Contexed
public final Logger getLogger()
public void resetLogger()