| Package | Description |
|---|---|
| org.xmpp.component |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentManager |
AbstractComponent.compMan
The component manager to which this Component has been registered.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentManager |
ComponentManagerFactory.getComponentManager()
Returns a ComponentManager instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponent.initialize(JID jid,
ComponentManager componentManager)
Initialize the abstract component.
|
void |
Component.initialize(JID jid,
ComponentManager componentManager)
Initializes this component with a ComponentManager and the JID
that this component is available at (e.g.
|
static void |
ComponentManagerFactory.setComponentManager(ComponentManager manager)
Sets the ComponentManager instance that will be used.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.