Class VirtualDataWindowFactoryContext
java.lang.Object
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryContext
Context for use with virtual data window factory
VirtualDataWindowFactory
provides
contextual information as well as the handle for posting insert and remove streams and factory for event bean instances.-
Constructor Summary
ConstructorDescriptionVirtualDataWindowFactoryContext
(EventType eventType, Object[] parameters, ExprEvaluator[] parameterExpressions, String namedWindowName, Serializable customConfiguration, ViewFactoryContext viewFactoryContext, EPStatementInitServices services) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the custom configuration object that gets passed alongReturns the event typeReturns the named window nameReturns parameter expressions as expression evaluatorsObject[]
Returns parametersReturns initialization-time servicesReturns the view factory context
-
Constructor Details
-
VirtualDataWindowFactoryContext
public VirtualDataWindowFactoryContext(EventType eventType, Object[] parameters, ExprEvaluator[] parameterExpressions, String namedWindowName, Serializable customConfiguration, ViewFactoryContext viewFactoryContext, EPStatementInitServices services) Ctor.- Parameters:
eventType
- event typeparameters
- parameter valuesparameterExpressions
- parameter expressionsnamedWindowName
- named window namecustomConfiguration
- custom configuration object that is passed alongviewFactoryContext
- view contextservices
- services
-
-
Method Details
-
getEventType
Returns the event type- Returns:
- event type
-
getParameters
Returns parameters- Returns:
- parameters
-
getParameterExpressions
Returns parameter expressions as expression evaluators- Returns:
- expression evaluators
-
getNamedWindowName
Returns the named window name- Returns:
- named window name
-
getViewFactoryContext
Returns the view factory context- Returns:
- view factory context
-
getServices
Returns initialization-time services- Returns:
- services
-
getCustomConfiguration
Returns the custom configuration object that gets passed along- Returns:
- configuration object
-