public interface IChannelManager extends IActionPerformer
Modifier and Type | Interface and Description |
---|---|
static class |
IChannelManager.ChannelManagerStatus |
Modifier and Type | Method and Description |
---|---|
void |
addInputChannel(IInputChannel channel,
boolean isMainChannel) |
void |
addOutputChannel(IOutputChannel channel) |
void |
addPerceptors(java.util.Map<java.lang.String,IPerceptor> newPerceptors) |
java.util.Map<java.lang.String,IPerceptor> |
getNextPerceptorMap() |
IChannelManager.ChannelManagerStatus |
getStatus() |
boolean |
isConnected() |
void |
lostConnection(IInputChannel channel)
Called if a connection of an input channel is lost
|
boolean |
start() |
void |
stop() |
performAction
void addPerceptors(java.util.Map<java.lang.String,IPerceptor> newPerceptors)
void addInputChannel(IInputChannel channel, boolean isMainChannel)
channel
- void addOutputChannel(IOutputChannel channel)
channel
- boolean start()
void stop()
boolean isConnected()
java.util.Map<java.lang.String,IPerceptor> getNextPerceptorMap()
void lostConnection(IInputChannel channel)
IChannelManager.ChannelManagerStatus getStatus()