297298299300301302303
this.commandService.execute( new UnregisterChannelCommand( name ) ); } @SuppressWarnings("unchecked") public Map<String, Channel> getChannels() { return (Map<String, Channel>) this.commandService.execute( new GetChannelsCommand() ); }
298299300301302303304
292293294295296297298
285286287288289290291
276277278279280281282