public class ComponentManagerFactory extends Object
setComponentManager(ComponentManager).
null, the factory will check for
the Java system property "whack.componentManagerClass". The value of the
property should be the fully qualified class name of a ComponentManager
implementation (e.g. com.foo.MyComponentManager). The class must have a default
constructor.
| Constructor and Description |
|---|
ComponentManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentManager |
getComponentManager()
Returns a ComponentManager instance.
|
static void |
setComponentManager(ComponentManager manager)
Sets the ComponentManager instance that will be used.
|
public static ComponentManager getComponentManager()
public static void setComponentManager(ComponentManager manager)
manager - the ComponentManager instance.Copyright © 2009–2019 Ignite Realtime. All rights reserved.