public class ChatService extends Object
Modifier and Type | Method and Description |
---|---|
static ChatService |
getInstance(javax.servlet.http.HttpSession session) |
List<Room> |
getRooms(IUserInfo user) |
Room |
getSessionRoom(ContentContext ctx) |
public Room getSessionRoom(ContentContext ctx)
public static ChatService getInstance(javax.servlet.http.HttpSession session) throws InstantiationException, IllegalAccessException, ClassNotFoundException
Copyright © 2012-2018. All Rights Reserved.