public class VirtualDataWindowFactoryContext extends Object
VirtualDataWindowFactory
provides
contextual information as well as the handle for posting insert and remove streams and factory for event bean instances.Constructor and Description |
---|
VirtualDataWindowFactoryContext(EventType eventType,
Object[] parameters,
ExprEvaluator[] parameterExpressions,
String namedWindowName,
Serializable customConfiguration,
ViewFactoryContext viewFactoryContext,
EPStatementInitServices services)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
getCustomConfiguration()
Returns the custom configuration object that gets passed along
|
EventType |
getEventType()
Returns the event type
|
String |
getNamedWindowName()
Returns the named window name
|
ExprEvaluator[] |
getParameterExpressions()
Returns parameter expressions as expression evaluators
|
Object[] |
getParameters()
Returns parameters
|
EPStatementInitServices |
getServices()
Returns initialization-time services
|
ViewFactoryContext |
getViewFactoryContext()
Returns the view factory context
|
public VirtualDataWindowFactoryContext(EventType eventType, Object[] parameters, ExprEvaluator[] parameterExpressions, String namedWindowName, Serializable customConfiguration, ViewFactoryContext viewFactoryContext, EPStatementInitServices services)
eventType
- event typeparameters
- parameter valuesparameterExpressions
- parameter expressionsnamedWindowName
- named window namecustomConfiguration
- custom configuration object that is passed alongviewFactoryContext
- view contextservices
- servicespublic EventType getEventType()
public Object[] getParameters()
public ExprEvaluator[] getParameterExpressions()
public String getNamedWindowName()
public ViewFactoryContext getViewFactoryContext()
public EPStatementInitServices getServices()
public Serializable getCustomConfiguration()
Copyright © 2005–2018. All rights reserved.