public interface ContextManagementService
Modifier and Type | Method and Description |
---|---|
void |
addContext(ContextDefinition contextDefinition,
EPStatementInitServices services) |
void |
addStatement(String deploymentIdCreateContext,
String contextName,
ContextControllerStatementDesc statement,
boolean recovery) |
void |
destroyedContext(String runtimeURI,
String deploymentId,
String contextName) |
int |
getContextCount() |
ContextManager |
getContextManager(String deploymentIdCreateContext,
String contextName) |
Map<String,ContextDeployment> |
getDeployments() |
CopyOnWriteArrayList<ContextStateListener> |
getListeners() |
void |
stoppedStatement(String deploymentIdCreateContext,
String contextName,
int statementId,
String statementName,
String statementDeploymentId) |
void addContext(ContextDefinition contextDefinition, EPStatementInitServices services)
void addStatement(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement, boolean recovery)
void stoppedStatement(String deploymentIdCreateContext, String contextName, int statementId, String statementName, String statementDeploymentId)
ContextManager getContextManager(String deploymentIdCreateContext, String contextName)
int getContextCount()
CopyOnWriteArrayList<ContextStateListener> getListeners()
Map<String,ContextDeployment> getDeployments()
Copyright © 2005–2021. All rights reserved.