org.olat.instantMessaging.groupchat
Class GroupChatManagerControllerCluster

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.instantMessaging.groupchat.GroupChatManagerController
              extended by org.olat.instantMessaging.groupchat.GroupChatManagerControllerCluster
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class GroupChatManagerControllerCluster
extends GroupChatManagerController

Description:
GroupChatManagerController manages creation and deletion of groupChatControllers and provides

Initial Date: 15.05.2008

Author:
guido

Constructor Summary
GroupChatManagerControllerCluster(UserRequest ureq, WindowControl control)
          controller that manages groupChats, you can access the single instance over the instantMessaging interface
 
Method Summary
 void createGroupChat(UserRequest ureq, WindowControl windowControl, OLATResourceable ores, java.lang.String roomName, boolean compact, boolean anonymousInChatroom)
           
 
Methods inherited from class org.olat.instantMessaging.groupchat.GroupChatManagerController
getGroupChatContainer, getGroupChatController, isLazyCreateChat, removeChat
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupChatManagerControllerCluster

public GroupChatManagerControllerCluster(UserRequest ureq,
                                         WindowControl control)
controller that manages groupChats, you can access the single instance over the instantMessaging interface

Parameters:
ureq -
control -
Method Detail

createGroupChat

public void createGroupChat(UserRequest ureq,
                            WindowControl windowControl,
                            OLATResourceable ores,
                            java.lang.String roomName,
                            boolean compact,
                            boolean anonymousInChatroom)
Specified by:
createGroupChat in class GroupChatManagerController