Uses of Interface
org.xmpp.component.ComponentManager

Packages that use ComponentManager
org.xmpp.component   
 

Uses of ComponentManager in org.xmpp.component
 

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.
static void ComponentManagerFactory.setComponentManager(ComponentManager manager)
          Sets the ComponentManager instance that will be used.