net.esper.core
Class EPPatternStmtStartMethod
java.lang.Object
net.esper.core.EPPatternStmtStartMethod
public class EPPatternStmtStartMethod
- extends Object
Method for starting a pattern statement.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPPatternStmtStartMethod
public EPPatternStmtStartMethod(EPServicesContext services,
PatternStarter patternStarter,
EPStatementHandle epStatementHandle)
- Ctor.
- Parameters:
services
- - services for startingpatternStarter
- - pattern start handleepStatementHandle
- is the statements-own handle for use in registering callbacks with services
start
public EPStatementStopMethod start(PatternMatchCallback matchCallback)
- Start pattern.
- Parameters:
matchCallback
- - callback by pattern when matches are found
- Returns:
- stop method used for stopping pattern