|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.StreamSpecBase
net.esper.eql.spec.NamedWindowConsumerStreamSpec
public class NamedWindowConsumerStreamSpec
Specification for use of an existing named window.
Constructor Summary | |
---|---|
NamedWindowConsumerStreamSpec(String windowName,
String optionalAsName,
List<ViewSpec> viewSpecs,
List<ExprNode> filterExpressions)
Ctor. |
Method Summary | |
---|---|
List<ExprNode> |
getFilterExpressions()
Returns list of filter expressions onto the named window, or no filter expressions if none defined. |
String |
getWindowName()
Returns the window name. |
Methods inherited from class net.esper.eql.spec.StreamSpecBase |
---|
getOptionalStreamName, getViewSpecs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.esper.eql.spec.StreamSpec |
---|
getOptionalStreamName, getViewSpecs |
Constructor Detail |
---|
public NamedWindowConsumerStreamSpec(String windowName, String optionalAsName, List<ViewSpec> viewSpecs, List<ExprNode> filterExpressions)
windowName
- - specifies the name of the named windowoptionalAsName
- - an alias or null if none definedviewSpecs
- - is the view specificationsfilterExpressions
- - the named window filtersMethod Detail |
---|
public String getWindowName()
public List<ExprNode> getFilterExpressions()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |