Uses of Interface
org.xmpp.component.ComponentManager

Packages that use ComponentManager
org.xmpp.component   
 

Uses of ComponentManager in org.xmpp.component
 

Fields in org.xmpp.component declared as ComponentManager
protected  ComponentManager AbstractComponent.compMan
          The component manager to which this Component has been registered.
 

Methods in org.xmpp.component that return ComponentManager
static ComponentManager ComponentManagerFactory.getComponentManager()
          Returns a ComponentManager instance.
 

Methods in org.xmpp.component with parameters of type ComponentManager
 void Component.initialize(JID jid, ComponentManager componentManager)
          Initializes this component with a ComponentManager and the JID that this component is available at (e.g.
 void AbstractComponent.initialize(JID jid, java.lang.String host, ComponentManager componentManager)
          Initialize the abstract component.
static void ComponentManagerFactory.setComponentManager(ComponentManager manager)
          Sets the ComponentManager instance that will be used.
 



Copyright © 2009 Ignite Realtime. All Rights Reserved.