public abstract class OutputProcessView extends Object implements View, JoinSetIndicator, AgentInstanceStopCallback, OutputProcessViewTerminable
Modifier and Type | Field and Description |
---|---|
protected UpdateDispatchView |
child |
protected JoinExecutionStrategy |
joinExecutionStrategy |
protected Viewable |
parentView |
INSTANCE_NO_ACTION
Constructor and Description |
---|
OutputProcessView() |
Modifier and Type | Method and Description |
---|---|
View |
getChild() |
abstract int |
getNumChangesetRows() |
abstract OutputCondition |
getOptionalOutputCondition() |
Viewable |
getParent()
Returns the View's parent Viewable.
|
void |
setChild(View view) |
void |
setJoinExecutionStrategy(JoinExecutionStrategy execution) |
void |
setParent(Viewable parent)
Called when the View is added to a Viewable object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEventType, iterator
forEach, spliterator
process
stop
terminated
protected Viewable parentView
protected UpdateDispatchView child
protected JoinExecutionStrategy joinExecutionStrategy
public Viewable getParent()
View
public void setParent(Viewable parent)
View
public void setJoinExecutionStrategy(JoinExecutionStrategy execution)
public abstract int getNumChangesetRows()
public abstract OutputCondition getOptionalOutputCondition()
Copyright © 2005–2018. All rights reserved.