public abstract class UpdateDispatchViewBase extends ViewSupport implements Dispatchable, UpdateDispatchView
EMPTY_VIEW_ARRAY
Constructor and Description |
---|
UpdateDispatchViewBase(StatementResultService statementResultServiceImpl,
DispatchService dispatchService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Remove event reference to last event.
|
void |
execute()
Execute dispatch.
|
EventType |
getEventType()
Provides metadata information about the type of object the event collection contains.
|
StatementResultService |
getStatementResultService() |
java.util.Iterator<EventBean> |
iterator()
Allows iteration through all elements in this event collection.
|
addView, addView, dumpChildViews, dumpUpdateParams, dumpUpdateParams, findDescendent, findViewIndex, getParent, getViews, hasViews, removeAllViews, removeView, removeView, setParent, updateChildren
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newResult
addView, getViews, hasViews, removeAllViews, removeView
public UpdateDispatchViewBase(StatementResultService statementResultServiceImpl, DispatchService dispatchService)
dispatchService
- - for performing the dispatchstatementResultServiceImpl
- - handles result deliverypublic EventType getEventType()
EventCollection
getEventType
in interface EventCollection
public java.util.Iterator<EventBean> iterator()
EventCollection
iterator
in interface EventCollection
iterator
in interface java.lang.Iterable<EventBean>
public void execute()
Dispatchable
execute
in interface Dispatchable
public void clear()
public StatementResultService getStatementResultService()