org.xmpp.component
Class ComponentManagerFactory

java.lang.Object
  extended by org.xmpp.component.ComponentManagerFactory

public class ComponentManagerFactory
extends java.lang.Object

Factory to get a ComponentManager implementation. The ComponentManager implementation used will determined in the following way:

Author:
Matt Tucker

Constructor Summary
ComponentManagerFactory()
           
 
Method Summary
static ComponentManager getComponentManager()
          Returns a ComponentManager instance.
static void setComponentManager(ComponentManager manager)
          Sets the ComponentManager instance that will be used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentManagerFactory

public ComponentManagerFactory()
Method Detail

getComponentManager

public static ComponentManager getComponentManager()
Returns a ComponentManager instance.

Returns:
a ComponentManager instance.

setComponentManager

public static void setComponentManager(ComponentManager manager)
Sets the ComponentManager instance that will be used.

Parameters:
manager - the ComponentManager instance.


Copyright © 2009-2010 Ignite Realtime. All Rights Reserved.