|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.hook.VirtualDataWindowFactoryContext
public class VirtualDataWindowFactoryContext
Context for use with virtual data window factory VirtualDataWindowFactory
provides
contextual information about the named window and the type of events held,
handle for posting insert and remove streams and factory for event bean instances.
Constructor Summary | |
---|---|
VirtualDataWindowFactoryContext(EventType eventType,
java.lang.Object[] parameters,
ExprNode[] parameterExpressions,
EventBeanFactory eventFactory,
java.lang.String namedWindowName,
ViewFactoryContext viewFactoryContext,
java.io.Serializable customConfiguration)
Ctor. |
Method Summary | |
---|---|
java.io.Serializable |
getCustomConfiguration()
Returns any additional configuration provided. |
EventBeanFactory |
getEventFactory()
Returns the factory for creating instances of EventBean from rows. |
EventType |
getEventType()
Returns the event type of the events held in the virtual data window as per declaration of the named window. |
java.lang.String |
getNamedWindowName()
Returns the name of the named window used in connection with the virtual data window. |
ExprNode[] |
getParameterExpressions()
Returns the expressions passed as parameters to the virtual data window. |
java.lang.Object[] |
getParameters()
Returns the parameters passed; for example "create window ABC.my:vdw("10.0.0.1")" passes one paramater here. |
StatementContext |
getStatementContext()
Returns the statement contextual information and services. |
ViewFactoryContext |
getViewFactoryContext()
Returns the engine services context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtualDataWindowFactoryContext(EventType eventType, java.lang.Object[] parameters, ExprNode[] parameterExpressions, EventBeanFactory eventFactory, java.lang.String namedWindowName, ViewFactoryContext viewFactoryContext, java.io.Serializable customConfiguration)
eventType
- the event type that the named window is declared to hold.parameters
- the parameters passed when declaring the named window, for example "create window ABC.my:vdw("10.0.0.1")" passes one paramater here.eventFactory
- factory for converting row objects to EventBean instancesnamedWindowName
- the name of the named windowparameterExpressions
- parameter expressions passed to the virtual data windowviewFactoryContext
- context of servicescustomConfiguration
- additional configurationMethod Detail |
---|
public EventType getEventType()
public java.lang.Object[] getParameters()
public EventBeanFactory getEventFactory()
public java.lang.String getNamedWindowName()
public ExprNode[] getParameterExpressions()
public ViewFactoryContext getViewFactoryContext()
public java.io.Serializable getCustomConfiguration()
public StatementContext getStatementContext()
|
© 2006-2015 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 |