public class EPStatementFactoryDefault extends Object implements EPStatementFactory
Constructor and Description |
---|
EPStatementFactoryDefault() |
Modifier and Type | Method and Description |
---|---|
EPStatementSPI |
make(String expressionNoAnnotations,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvcImpl statementLifecycleSvc,
long timeLastStateChange,
boolean preserveDispatchOrder,
boolean isSpinLocks,
long blockingTimeout,
TimeSourceService timeSource,
StatementMetadata statementMetadata,
Object statementUserObject,
StatementContext statementContext,
boolean isFailed,
boolean nameProvided) |
StopCallback |
makeStopMethod(StatementAgentInstanceFactoryResult startResult) |
public EPStatementSPI make(String expressionNoAnnotations, boolean isPattern, DispatchService dispatchService, StatementLifecycleSvcImpl statementLifecycleSvc, long timeLastStateChange, boolean preserveDispatchOrder, boolean isSpinLocks, long blockingTimeout, TimeSourceService timeSource, StatementMetadata statementMetadata, Object statementUserObject, StatementContext statementContext, boolean isFailed, boolean nameProvided)
make
in interface EPStatementFactory
public StopCallback makeStopMethod(StatementAgentInstanceFactoryResult startResult)
makeStopMethod
in interface EPStatementFactory