public interface ContextManagementService
Modifier and Type | Method and Description |
---|---|
void |
addContextSpec(EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContext,
CreateContextDesc contextDesc,
boolean isRecoveringResilient,
EventType statementResultEventType) |
void |
addStatement(String contextName,
ContextControllerStatementBase statement,
boolean isRecoveringResilient) |
void |
destroyedContext(String contextName) |
void |
destroyedStatement(String contextName,
String statementName,
int statementId) |
int |
getContextCount() |
ContextDescriptor |
getContextDescriptor(String contextName) |
ContextManager |
getContextManager(String contextName) |
Map<String,ContextManagerEntry> |
getContexts() |
void |
stoppedStatement(String contextName,
String statementName,
int statementId,
String epl,
ExceptionHandlingService exceptionHandlingService) |
void addContextSpec(EPServicesContext servicesContext, AgentInstanceContext agentInstanceContext, CreateContextDesc contextDesc, boolean isRecoveringResilient, EventType statementResultEventType) throws ExprValidationException
ExprValidationException
int getContextCount()
ContextDescriptor getContextDescriptor(String contextName)
void addStatement(String contextName, ContextControllerStatementBase statement, boolean isRecoveringResilient) throws ExprValidationException
ExprValidationException
void stoppedStatement(String contextName, String statementName, int statementId, String epl, ExceptionHandlingService exceptionHandlingService)
void destroyedStatement(String contextName, String statementName, int statementId)
void destroyedContext(String contextName)
Map<String,ContextManagerEntry> getContexts()
ContextManager getContextManager(String contextName)