287288289290291292293294
} public void registerChannel(String name, Channel channel) { this.commandService.execute( new RegisterChannelCommand( name, channel ) ); }
288289290291292293294295
282283284285286287288289
275276277278279280281282
return this.commandService.execute( new GetKnowledgeBaseCommand() ); } public void registerChannel(String name, Channel channel) { this.commandService.execute( new RegisterChannelCommand( name, channel ) ); }
266267268269270271272273