Class ContextManagementServiceImpl
java.lang.Object
com.espertech.esper.common.internal.context.mgr.ContextManagementServiceImpl
- All Implemented Interfaces:
ContextManagementService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContext
(ContextDefinition contextDefinition, EPStatementInitServices services) void
addStatement
(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement, boolean recovery) void
destroyedContext
(String runtimeURI, String deploymentIdCreateContext, String contextName) int
getContextManager
(String deploymentIdCreateContext, String contextName) void
stoppedStatement
(String deploymentIdCreateContext, String contextName, int statementId, String statementName, String statementDeploymentId)
-
Constructor Details
-
ContextManagementServiceImpl
public ContextManagementServiceImpl()
-
-
Method Details
-
addContext
- Specified by:
addContext
in interfaceContextManagementService
-
addStatement
public void addStatement(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement, boolean recovery) - Specified by:
addStatement
in interfaceContextManagementService
-
stoppedStatement
public void stoppedStatement(String deploymentIdCreateContext, String contextName, int statementId, String statementName, String statementDeploymentId) - Specified by:
stoppedStatement
in interfaceContextManagementService
-
getContextManager
- Specified by:
getContextManager
in interfaceContextManagementService
-
getContextCount
public int getContextCount()- Specified by:
getContextCount
in interfaceContextManagementService
-
destroyedContext
public void destroyedContext(String runtimeURI, String deploymentIdCreateContext, String contextName) - Specified by:
destroyedContext
in interfaceContextManagementService
-
getListeners
- Specified by:
getListeners
in interfaceContextManagementService
-
getDeployments
- Specified by:
getDeployments
in interfaceContextManagementService
-