public class EPStatementHandleCallbackFilter extends Object implements FilterHandle
Links the statement handle identifying a statement and containing the statement resource lock, with the actual callback to invoke for a statement together.
Constructor and Description |
---|
EPStatementHandleCallbackFilter(EPStatementAgentInstanceHandle agentInstanceHandle,
FilterHandleCallback callback)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPStatementAgentInstanceHandle |
getAgentInstanceHandle()
Returns the statement handle.
|
int |
getAgentInstanceId()
Returns the agent instance id.
|
FilterHandleCallback |
getFilterCallback()
Returns the statement filter callback, or null if this is a schedule callback handle.
|
int |
getStatementId()
Returns the statement id.
|
void |
setFilterCallback(FilterHandleCallback filterCallback) |
public EPStatementHandleCallbackFilter(EPStatementAgentInstanceHandle agentInstanceHandle, FilterHandleCallback callback)
agentInstanceHandle
- is a statement handlecallback
- is a filter callbackpublic int getStatementId()
FilterHandle
getStatementId
in interface FilterHandle
public int getAgentInstanceId()
FilterHandle
getAgentInstanceId
in interface FilterHandle
public EPStatementAgentInstanceHandle getAgentInstanceHandle()
public FilterHandleCallback getFilterCallback()
public void setFilterCallback(FilterHandleCallback filterCallback)
Copyright © 2005–2021. All rights reserved.