public class VirtualDataWindowForgeContext extends Object
VirtualDataWindowForge
provides
contextual information about the named window and the type of events held.Constructor and Description |
---|
VirtualDataWindowForgeContext(EventType eventType,
Object[] parameters,
ExprNode[] parameterExpressions,
String namedWindowName,
ViewForgeEnv viewForgeEnv,
Serializable customConfiguration)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
getCustomConfiguration()
Returns any additional configuration provided.
|
EventType |
getEventType()
Returns the event type of the events held in the virtual data window as per declaration of the named window.
|
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.
|
Object[] |
getParameters()
Returns the parameters passed; for example "create window ABC.my:vdw("10.0.0.1")" passes one paramater here.
|
ViewForgeEnv |
getViewForgeEnv()
Returns the view forge environment
|
public VirtualDataWindowForgeContext(EventType eventType, Object[] parameters, ExprNode[] parameterExpressions, String namedWindowName, ViewForgeEnv viewForgeEnv, 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.namedWindowName
- the name of the named windowparameterExpressions
- parameter expressions passed to the virtual data windowcustomConfiguration
- additional configurationviewForgeEnv
- view forge environmentpublic EventType getEventType()
public Object[] getParameters()
public String getNamedWindowName()
public ExprNode[] getParameterExpressions()
public Serializable getCustomConfiguration()
public ViewForgeEnv getViewForgeEnv()
Copyright © 2005–2018. All rights reserved.