Uses of Interface
org.xmpp.component.ComponentManager
Packages that use ComponentManager
-
Uses of ComponentManager in org.xmpp.component
Fields in org.xmpp.component declared as ComponentManagerModifier and TypeFieldDescriptionprotected ComponentManagerAbstractComponent.compManThe component manager to which this Component has been registered.Methods in org.xmpp.component that return ComponentManagerModifier and TypeMethodDescriptionstatic ComponentManagerComponentManagerFactory.getComponentManager()Returns a ComponentManager instance.Methods in org.xmpp.component with parameters of type ComponentManagerModifier and TypeMethodDescriptionfinal voidAbstractComponent.initialize(JID jid, ComponentManager componentManager) Initialize the abstract component.voidComponent.initialize(JID jid, ComponentManager componentManager) Initializes this component with a ComponentManager and the JID that this component is available at (e.g.static voidComponentManagerFactory.setComponentManager(ComponentManager manager) Sets the ComponentManager instance that will be used.