net.esper.eql.spec
Class CreateWindowDesc

java.lang.Object
  extended by net.esper.eql.spec.CreateWindowDesc
All Implemented Interfaces:
Serializable, MetaDefItem

public class CreateWindowDesc
extends Object
implements MetaDefItem

Specification for creating a named window.

See Also:
Serialized Form

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

CreateWindowDesc

public CreateWindowDesc(String windowName,
                        List<ViewSpec> viewSpecs)
Ctor.

Parameters:
windowName - the window name
viewSpecs - the view definitions
Method Detail

getWindowName

public String getWindowName()
Returns the window name.

Returns:
window name

getViewSpecs

public List<ViewSpec> getViewSpecs()
Returns the view specifications.

Returns:
view specs

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com