com.sun.im.provider
Class ServerUtility

java.lang.Object
  extended bycom.sun.im.provider.ServerUtility

public abstract class ServerUtility
extends java.lang.Object

Author:
Rahul

Field Summary
static java.lang.String systemProperty
           
 
Constructor Summary
ServerUtility()
           
 
Method Summary
abstract  ConferenceManager getConferenceManager()
          Gets the instance of ConferenceManager
abstract  ConfigReader getConfigReader()
          Gets the instance of the ConfigReader object
static ServerUtility getInstance()
           
abstract  Realm getRealm()
          Gets the instance of Realm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemProperty

public static java.lang.String systemProperty
Constructor Detail

ServerUtility

public ServerUtility()
Method Detail

getInstance

public static ServerUtility getInstance()

getConfigReader

public abstract ConfigReader getConfigReader()
Gets the instance of the ConfigReader object


getConferenceManager

public abstract ConferenceManager getConferenceManager()
Gets the instance of ConferenceManager


getRealm

public abstract Realm getRealm()
Gets the instance of Realm