|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.CreateWindowDesc
public class CreateWindowDesc
Specification for creating a named window.
Constructor Summary | |
---|---|
CreateWindowDesc(String windowName,
List<ViewSpec> viewSpecs)
Ctor. |
Method Summary | |
---|---|
List<ViewSpec> |
getViewSpecs()
Returns the view specifications. |
String |
getWindowName()
Returns the window name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateWindowDesc(String windowName, List<ViewSpec> viewSpecs)
windowName
- the window nameviewSpecs
- the view definitionsMethod Detail |
---|
public String getWindowName()
public List<ViewSpec> getViewSpecs()
|
© 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 |