public abstract class VirtualDataWindowEventConsumerBase extends VirtualDataWindowEvent
Constructor and Description |
---|
VirtualDataWindowEventConsumerBase(String namedWindowName,
Object consumerObject,
String statementName,
int agentInstanceId)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getAgentInstanceId()
Returns the agent instance id (context partition id).
|
Object |
getConsumerObject()
Returns an object that serves as a unique identifier for the consumer, with multiple consumer per statements possible.
|
String |
getNamedWindowName()
Returns the named window name.
|
String |
getStatementName()
Returns the statement name.
|
public VirtualDataWindowEventConsumerBase(String namedWindowName, Object consumerObject, 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 String getNamedWindowName()
public Object getConsumerObject()
Upon remove the removal event contains the same consumer object.
public String getStatementName()
public int getAgentInstanceId()