Uses of Class
net.esper.client.soda.CreateWindowClause

Packages that use CreateWindowClause
net.esper.client.soda This package defines the Esper statement object model. 
 

Uses of CreateWindowClause in net.esper.client.soda
 

Methods in net.esper.client.soda that return CreateWindowClause
 CreateWindowClause CreateWindowClause.addView(String namespace, String name)
          Adds an un-parameterized view to the named window.
 CreateWindowClause CreateWindowClause.addView(String namespace, String name, List<Object> parameters)
          Adds a parameterized view to the named window.
static CreateWindowClause CreateWindowClause.create(String windowName, View... views)
          Creates a clause to create a named window.
static CreateWindowClause CreateWindowClause.create(String windowName, View view)
          Creates a clause to create a named window.
 CreateWindowClause EPStatementObjectModel.getCreateWindow()
          Returns the create-window clause for creating named windows, or null if this statement does not create a named window.
 

Methods in net.esper.client.soda with parameters of type CreateWindowClause
 void EPStatementObjectModel.setCreateWindow(CreateWindowClause createWindow)
          Sets the create-window clause for creating named windows, or null if this statement does not create a named window.
 


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