Class VirtualDataWindowEventStopWindow
java.lang.Object
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEvent
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStopWindow
This event is raised when a virtual data window is stopped.
-
Constructor Summary
ConstructorDescriptionVirtualDataWindowEventStopWindow
(String namedWindowName, int agentInstanceId) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the agent instance idReturns the named window name.
-
Constructor Details
-
VirtualDataWindowEventStopWindow
Ctor.- Parameters:
namedWindowName
- named window nameagentInstanceId
- agent instance id
-
-
Method Details
-
getNamedWindowName
Returns the named window name.- Returns:
- named window name
-
getAgentInstanceId
public int getAgentInstanceId()Returns the agent instance id- Returns:
- agent instance id
-