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