addAnnouncementChannel(String ref) A (AnnouncementChannel) cover for addChannel() to add a new announcement channel.
Parameters: ref - The channel reference.
getAnnouncementChannel(String ref) A (AnnouncementChannel) cover for getChannel() to return a specific announcement channel.
Parameters: ref - The channel reference.
A (AnnouncementChannel) cover for addChannel() to add a new announcement channel.
Parameters: ref - The channel reference. The newly created channel. exception: IdUsedException - if the id is not unique. exception: IdInvalidException - if the id is not made up of valid characters. exception: PermissionException - if the user does not have permission to add a channel.
A (AnnouncementChannel) cover for getChannel() to return a specific announcement channel.
Parameters: ref - The channel reference. the AnnouncementChannel that has the specified name. exception: IdUnusedException - If this name is not defined for a announcement channel. exception: PermissionException - If the user does not have any permissions to the channel.