Interface ContextManagementService
- All Known Implementing Classes:
ContextManagementServiceImpl
public interface ContextManagementService
-
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 deploymentId, String contextName) int
getContextManager
(String deploymentIdCreateContext, String contextName) void
stoppedStatement
(String deploymentIdCreateContext, String contextName, int statementId, String statementName, String statementDeploymentId)
-
Method Details
-
addContext
-
addStatement
void addStatement(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement, boolean recovery) -
stoppedStatement
-
getContextManager
-
getContextCount
int getContextCount() -
destroyedContext
-
getListeners
CopyOnWriteArrayList<ContextStateListener> getListeners() -
getDeployments
Map<String,ContextDeployment> getDeployments()
-