Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.webchat.chat.group.GroupChatSession

Packages that use GroupChatSession
com.jivesoftware.webchat.chat.group   
com.jivesoftware.webchat.user   
 

Uses of GroupChatSession in com.jivesoftware.webchat.chat.group
 

Methods in com.jivesoftware.webchat.chat.group that return GroupChatSession
 GroupChatSession GroupChatUtils.getRoom(java.lang.String roomName, java.lang.String sessionID)
           
 GroupChatSession GroupChats.getRoom(java.lang.String roomName, java.lang.String chatID)
           
 

Uses of GroupChatSession in com.jivesoftware.webchat.user
 

Methods in com.jivesoftware.webchat.user that return GroupChatSession
 GroupChatSession UserSession.getGroupChatSession(java.lang.String roomName)
          Retrieve's the GroupChatSession associated with the room.
 GroupChatSession UserSession.removeGroupChatSession(java.lang.String roomName)
          Removes the GroupChatSession associated with the room.
 

Methods in com.jivesoftware.webchat.user with parameters of type GroupChatSession
 void UserSession.addGroupChatSession(java.lang.String roomName, GroupChatSession chatSession)
          Adds a new GroupChatSession identified by the room name.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.