public abstract class AbstractExecutionInfoCollector extends java.lang.Object implements BindingExecutionInfoCollector
| Constructor and Description |
|---|
AbstractExecutionInfoCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInfo(ExecutionInfo info)
add an execution information
|
abstract void |
addInfo(JSONObject info) |
java.lang.String |
popStack()
pop the execution stack
|
void |
pushStack(java.lang.String name)
push the execution stack
|
public abstract void addInfo(JSONObject info)
public void pushStack(java.lang.String name)
BindingExecutionInfoCollectorpushStack in interface BindingExecutionInfoCollectorpublic java.lang.String popStack()
BindingExecutionInfoCollectorpopStack in interface BindingExecutionInfoCollectorpublic void addInfo(ExecutionInfo info)
BindingExecutionInfoCollectoraddInfo in interface BindingExecutionInfoCollectorCopyright © 2005-2011 Potix Corporation. All Rights Reserved.