public class NamedWindowConsumerMgmtServiceImpl extends Object implements NamedWindowConsumerMgmtService
Modifier and Type | Field and Description |
---|---|
static NamedWindowConsumerMgmtServiceImpl |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
addConsumer(StatementContext statementContext,
NamedWindowConsumerStreamSpec namedSpec) |
void |
destroy(String statementName) |
void |
removeReferences(String statementName) |
void |
start(String statementName) |
void |
stop(String statementName) |
public static final NamedWindowConsumerMgmtServiceImpl INSTANCE
public void addConsumer(StatementContext statementContext, NamedWindowConsumerStreamSpec namedSpec)
addConsumer
in interface NamedWindowConsumerMgmtService
public void start(String statementName)
start
in interface NamedWindowConsumerMgmtService
public void stop(String statementName)
stop
in interface NamedWindowConsumerMgmtService
public void destroy(String statementName)
destroy
in interface NamedWindowConsumerMgmtService
public void removeReferences(String statementName)
removeReferences
in interface NamedWindowConsumerMgmtService