|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmpp.component.ComponentManagerFactory
public class ComponentManagerFactory
Factory to get a ComponentManager implementation. The ComponentManager implementation used will determined in the following way:
setComponentManager(ComponentManager).
| 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 |
|---|
public ComponentManagerFactory()
| Method Detail |
|---|
public static ComponentManager getComponentManager()
public static void setComponentManager(ComponentManager manager)
manager - the ComponentManager instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||