com.espertech.esper.view.window
Class ExpressionWindowViewFactory
java.lang.Object
com.espertech.esper.view.window.ExpressionViewFactoryBase
com.espertech.esper.view.window.ExpressionWindowViewFactory
- All Implemented Interfaces:
- DataWindowViewFactory, DataWindowViewWithPrevious, ViewFactory
public class ExpressionWindowViewFactory
- extends ExpressionViewFactoryBase
Factory for ExpressionWindowView
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionWindowViewFactory
public ExpressionWindowViewFactory()
setViewParameters
public void setViewParameters(ViewFactoryContext viewFactoryContext,
java.util.List<ExprNode> expressionParameters)
throws ViewParameterException
- Description copied from interface:
ViewFactory
- Indicates user EPL query view parameters to the view factory.
- Parameters:
viewFactoryContext
- supplied context information for the view factoryexpressionParameters
- is the objects representing the view parameters
- Throws:
ViewParameterException
- if the parameters don't match view parameter needs
makeView
public View makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
- Description copied from interface:
ViewFactory
- Create a new view.
makePreviousGetter
public java.lang.Object makePreviousGetter()
getViewName
public java.lang.String getViewName()
- Description copied from interface:
ViewFactory
- Returns the name of the view, not namespace+name but readable name.
- Returns:
- readable name