Package org.javlo.service.messaging
Class ChatService
- java.lang.Object
-
- org.javlo.service.messaging.ChatService
-
public class ChatService extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChatService
getInstance(javax.servlet.http.HttpSession session)
List<Room>
getRooms(IUserInfo user)
Room
getSessionRoom(ContentContext ctx)
-
-
-
Method Detail
-
getSessionRoom
public Room getSessionRoom(ContentContext ctx)
-
getInstance
public static ChatService getInstance(javax.servlet.http.HttpSession session) throws InstantiationException, IllegalAccessException, ClassNotFoundException
-
-