|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.hook.VirtualDataWindowEvent
com.espertech.esper.client.hook.VirtualDataWindowEventConsumerBase
public abstract class VirtualDataWindowEventConsumerBase
Base class for events indicating a named-window consumer management.
Constructor Summary | |
---|---|
VirtualDataWindowEventConsumerBase(java.lang.String namedWindowName,
java.lang.Object consumerObject,
java.lang.String statementName,
int agentInstanceId)
Ctor. |
Method Summary | |
---|---|
int |
getAgentInstanceId()
Returns the agent instance id (context partition id). |
java.lang.Object |
getConsumerObject()
Returns an object that serves as a unique identifier for the consumer, with multiple consumer per statements possible. |
java.lang.String |
getNamedWindowName()
Returns the named window name. |
java.lang.String |
getStatementName()
Returns the statement name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtualDataWindowEventConsumerBase(java.lang.String namedWindowName, java.lang.Object consumerObject, java.lang.String statementName, int agentInstanceId)
namedWindowName
- the named window nameconsumerObject
- an object that identifies the consumer, the same instance or the add and for the remove eventstatementName
- statement nameagentInstanceId
- agent instance idMethod Detail |
---|
public java.lang.String getNamedWindowName()
public java.lang.Object getConsumerObject()
Upon remove the removal event contains the same consumer object.
public java.lang.String getStatementName()
public int getAgentInstanceId()
|
© 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 |