public interface ViewFactory
Modifier and Type | Field and Description |
---|---|
static ViewFactory[] |
EMPTY_ARRAY |
static EPTypeClass |
EPTYPE |
static EPTypeClass |
EPTYPEARRAY |
static EPTypeClass |
EPTYPEARRAYARRAY |
static ViewFactory[][] |
SINGLE_ELEMENT_ARRAY |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
String |
getViewName() |
void |
init(ViewFactoryContext viewFactoryContext,
EPStatementInitServices services) |
View |
makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
void |
setEventType(EventType eventType) |
static final EPTypeClass EPTYPE
static final EPTypeClass EPTYPEARRAY
static final EPTypeClass EPTYPEARRAYARRAY
static final ViewFactory[] EMPTY_ARRAY
static final ViewFactory[][] SINGLE_ELEMENT_ARRAY
void setEventType(EventType eventType)
EventType getEventType()
void init(ViewFactoryContext viewFactoryContext, EPStatementInitServices services)
View makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
String getViewName()
Copyright © 2005–2021. All rights reserved.