|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.query.processor.BaseProcessorPlan
public abstract class BaseProcessorPlan
Field Summary |
---|
Constructor Summary | |
---|---|
BaseProcessorPlan()
Constructor for BaseProcessorPlan. |
Method Summary | |
---|---|
protected void |
addWarning(MetaMatrixException warning)
|
abstract java.lang.Object |
clone()
Return a safe clone of the ProcessorPlan. |
java.util.List |
getAndClearWarnings()
Get all warnings found while processing this plan. |
CommandContext |
getContext()
Get the processor context, which can be modified. |
void |
reset()
Reset a plan so that it can be processed again. |
void |
setContext(CommandContext context)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.metamatrix.query.processor.ProcessorPlan |
---|
close, getChildPlans, getOutputElements, initialize, nextBatch, open |
Methods inherited from interface com.metamatrix.query.processor.Describable |
---|
getDescriptionProperties |
Constructor Detail |
---|
public BaseProcessorPlan()
Method Detail |
---|
public java.util.List getAndClearWarnings()
ProcessorPlan
getAndClearWarnings
in interface ProcessorPlan
ProcessorPlan.getAndClearWarnings()
protected void addWarning(MetaMatrixException warning)
public CommandContext getContext()
ProcessorPlan
getContext
in interface ProcessorPlan
public void setContext(CommandContext context)
context
- public void reset()
ProcessorPlan
reset
in interface ProcessorPlan
public abstract java.lang.Object clone()
ProcessorPlan
opened
or after it is closed
.
clone
in interface ProcessorPlan
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |