com.espertech.esper.core.service
Class EPStatementFactoryDefault
java.lang.Object
com.espertech.esper.core.service.EPStatementFactoryDefault
- All Implemented Interfaces:
- EPStatementFactory
public class EPStatementFactoryDefault
- extends java.lang.Object
- implements EPStatementFactory
Method Summary |
EPStatementSPI |
make(java.lang.String expressionNoAnnotations,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvcImpl statementLifecycleSvc,
long timeLastStateChange,
boolean preserveDispatchOrder,
boolean isSpinLocks,
long blockingTimeout,
TimeSourceService timeSource,
StatementMetadata statementMetadata,
java.lang.Object statementUserObject,
StatementContext statementContext,
boolean isFailed,
boolean nameProvided)
|
StopCallback |
makeStopMethod(StatementAgentInstanceFactoryResult startResult)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPStatementFactoryDefault
public EPStatementFactoryDefault()
make
public EPStatementSPI make(java.lang.String expressionNoAnnotations,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvcImpl statementLifecycleSvc,
long timeLastStateChange,
boolean preserveDispatchOrder,
boolean isSpinLocks,
long blockingTimeout,
TimeSourceService timeSource,
StatementMetadata statementMetadata,
java.lang.Object statementUserObject,
StatementContext statementContext,
boolean isFailed,
boolean nameProvided)
- Specified by:
make
in interface EPStatementFactory
makeStopMethod
public StopCallback makeStopMethod(StatementAgentInstanceFactoryResult startResult)
- Specified by:
makeStopMethod
in interface EPStatementFactory