public abstract class VirtualDataWindowEventConsumerBase extends VirtualDataWindowEvent
Constructor and Description |
---|
VirtualDataWindowEventConsumerBase(java.lang.String namedWindowName,
java.lang.Object consumerObject,
java.lang.String statementName,
int agentInstanceId)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 idpublic 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()