|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.core.EPStatementHandleCallback
public class EPStatementHandleCallback
Statement resource handle and callback for use with FilterService
and
SchedulingService
.
Links the statement handle identifying a statement and containing the statement resource lock, with the actual callback to invoke for a statement together.
Constructor Summary | |
---|---|
EPStatementHandleCallback(EPStatementHandle epStatementHandle,
FilterHandleCallback callback)
Ctor. |
|
EPStatementHandleCallback(EPStatementHandle epStatementHandle,
ScheduleHandleCallback callback)
Ctor. |
Method Summary | |
---|---|
EPStatementHandle |
getEpStatementHandle()
Returns the statement handle. |
FilterHandleCallback |
getFilterCallback()
Returns the statement filter callback, or null if this is a schedule callback handle. |
ScheduleHandleCallback |
getScheduleCallback()
Returns the statement schedule callback, or null if this is a filter callback handle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPStatementHandleCallback(EPStatementHandle epStatementHandle, FilterHandleCallback callback)
epStatementHandle
- is a statement handlecallback
- is a filter callbackpublic EPStatementHandleCallback(EPStatementHandle epStatementHandle, ScheduleHandleCallback callback)
epStatementHandle
- is a statement handlecallback
- is a schedule callbackMethod Detail |
---|
public EPStatementHandle getEpStatementHandle()
public FilterHandleCallback getFilterCallback()
public ScheduleHandleCallback getScheduleCallback()
|
© 2007 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 |