public class SimpleNDCAdapter extends java.lang.Object implements NDCAdapter
NO_MESSAGES| Constructor and Description |
|---|
SimpleNDCAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Message[] |
getContextStack() |
int |
getDepth() |
boolean |
isEmpty() |
void |
pop() |
void |
push(java.lang.String messagePattern,
java.lang.Object... arguments) |
void |
setMaximumDepth(int maximumDepth) |
public void push(java.lang.String messagePattern,
java.lang.Object... arguments)
push in interface NDCAdapterpublic void pop()
pop in interface NDCAdapterpublic int getDepth()
getDepth in interface NDCAdapterpublic void setMaximumDepth(int maximumDepth)
setMaximumDepth in interface NDCAdapterpublic boolean isEmpty()
isEmpty in interface NDCAdapterpublic void clear()
clear in interface NDCAdapterpublic Message[] getContextStack()
getContextStack in interface NDCAdapter