public class ContextManagementServiceImpl extends Object implements ContextManagementService
Constructor and Description |
---|
ContextManagementServiceImpl() |
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 deploymentIdCreateContext,
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) |
public void addContext(ContextDefinition contextDefinition, EPStatementInitServices services)
addContext
in interface ContextManagementService
public void addStatement(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement, boolean recovery)
addStatement
in interface ContextManagementService
public void stoppedStatement(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement)
stoppedStatement
in interface ContextManagementService
public ContextManager getContextManager(String deploymentIdCreateContext, String contextName)
getContextManager
in interface ContextManagementService
public int getContextCount()
getContextCount
in interface ContextManagementService
public void destroyedContext(String runtimeURI, String deploymentIdCreateContext, String contextName)
destroyedContext
in interface ContextManagementService
public CopyOnWriteArrayList<ContextStateListener> getListeners()
getListeners
in interface ContextManagementService
public Map<String,ContextDeployment> getDeployments()
getDeployments
in interface ContextManagementService
Copyright © 2005–2018. All rights reserved.