![]() | VirtualDataWindowContext Properties |
The VirtualDataWindowContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | AgentInstanceContext |
Returns the agent instance (context partition) context.
|
![]() | AgentInstanceViewFactoryContext |
Returns the agent instance context
|
![]() | EventFactory |
Returns the factory for creating instances of EventBean from rows.
|
![]() | EventType |
Returns the event type of the events held in the virtual data window as per declaration of the named window.
|
![]() | Factory |
Returns the factory
|
![]() | NamedWindowName |
Returns the name of the named window used in connection with the virtual data window.
|
![]() | OutputStream |
Returns a handle for use to send insert and remove stream data to consuming statements.
Typically use "context.getOutputStream().update(newData, oldData);" in the update method of the virtual data window.
|
![]() | ParameterExpressions |
Returns the expressions passed as parameters to the virtual data window.
|
![]() | Parameters |
Returns the parameters passed; for example "create window ABC.my:vdw("10.0.0.1")" passes one paramater here.
|
![]() | StatementContext |
Returns the statement context which holds statement information (name, expression, id) and statement-level services.
|