public class CompoundSelector extends Object implements ExecutionPhaseListener, ElementSelector, Initializable
| Constructor and Description |
|---|
CompoundSelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Element element) |
boolean |
isDone() |
protected boolean |
isExecutePrimary() |
protected boolean |
isExecuteSecondary() |
void |
processExecutionPhase(ExecutionContext event)
Called on phase events.
|
boolean |
selectNextElement(ExecutionContext context) |
protected void |
setDone(boolean done) |
protected void |
setExecutePrimary(boolean executePrimary) |
protected void |
setExecuteSecondary(boolean executeSecondary) |
protected boolean isExecutePrimary()
protected boolean isExecuteSecondary()
protected void setExecutePrimary(boolean executePrimary)
protected void setExecuteSecondary(boolean executeSecondary)
public boolean isDone()
protected void setDone(boolean done)
public void initialize(Element element)
initialize in interface Initializablepublic boolean selectNextElement(ExecutionContext context)
selectNextElement in interface ElementSelectorpublic void processExecutionPhase(ExecutionContext event)
processExecutionPhase in interface ExecutionPhaseListenerCopyright © 2012. All Rights Reserved.