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,
ContextControllerStatementDesc statement) |
void addContext(ContextDefinition contextDefinition, EPStatementInitServices services)
void addStatement(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement, boolean recovery)
void stoppedStatement(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement)
ContextManager getContextManager(String deploymentIdCreateContext, String contextName)
int getContextCount()
CopyOnWriteArrayList<ContextStateListener> getListeners()
Map<String,ContextDeployment> getDeployments()
Copyright © 2005–2018. All rights reserved.