org.jivesoftware.spark.ui.conferences
Class Conferences

java.lang.Object
  extended by org.jivesoftware.spark.ui.conferences.Conferences

public class Conferences
extends java.lang.Object

Conference plugin is reponsible for the initial loading of MultiUser Chat support. To disable plugin, you can remove from the plugins.xml file located in the classpath of Communicator.


Constructor Summary
Conferences()
           
 
Method Summary
 boolean canShutDown()
           
static BookmarkedConferences getBookmarkedConferences()
          Returns the UI for the addition and removal of Conference bookmarks.
static java.lang.String getDefaultServiceName()
           
 void initialize()
           
 void shutdown()
          Persists bookmarked data, if any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conferences

public Conferences()
Method Detail

initialize

public void initialize()

shutdown

public void shutdown()
Persists bookmarked data, if any.


canShutDown

public boolean canShutDown()

getDefaultServiceName

public static java.lang.String getDefaultServiceName()

getBookmarkedConferences

public static BookmarkedConferences getBookmarkedConferences()
Returns the UI for the addition and removal of Conference bookmarks.

Returns:
the BookedMarkedConferences UI.