this.chatService = chatService;
try { usersAvailableInRoom = chatService.getUsersAvailableInRoom(roomName); } catch(ChatException e) { addActionError(e.getMessage()); } return SUCCESS;
return this.roomName;
return usersAvailableInRoom;
this.roomName = roomName;