Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
Modifier and Type | Method and Description |
---|---|
EPStatementStopMethod |
StatementLifecycleSvcImpl.EPStatementDesc.getStopMethod()
Returns the stop method.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementLifecycleSvcImpl.EPStatementDesc.setStopMethod(EPStatementStopMethod stopMethod)
Sets the stop method.
|
Modifier and Type | Class and Description |
---|---|
class |
EPStatementStopMethodImpl
Method to call to stop an EPStatement.
|
Modifier and Type | Method and Description |
---|---|
EPStatementStopMethod |
EPStatementStartResult.getStopMethod()
Returns stop method.
|
EPStatementStopMethod |
EPStatementStartMethodSelectDesc.getStopMethod() |
Constructor and Description |
---|
EPStatementStartMethodSelectDesc(StatementAgentInstanceFactorySelect statementAgentInstanceFactorySelect,
SubSelectStrategyCollection subSelectStrategyCollection,
ViewResourceDelegateUnverified viewResourceDelegateUnverified,
ResultSetProcessorFactoryDesc resultSetProcessorPrototypeDesc,
EPStatementStopMethod stopMethod,
EPStatementDestroyCallbackList destroyCallbacks) |
EPStatementStartResult(Viewable viewable,
EPStatementStopMethod stopMethod)
Ctor.
|
EPStatementStartResult(Viewable viewable,
EPStatementStopMethod stopMethod,
EPStatementDestroyMethod destroyMethod)
Ctor.
|