Uses of Interface
org.xmpp.component.ComponentManager
-
Packages that use ComponentManager Package Description org.xmpp.component -
-
Uses of ComponentManager in org.xmpp.component
Fields in org.xmpp.component declared as ComponentManager Modifier and Type Field Description protected ComponentManagerAbstractComponent. compManThe component manager to which this Component has been registered.Methods in org.xmpp.component that return ComponentManager Modifier and Type Method Description static ComponentManagerComponentManagerFactory. getComponentManager()Returns a ComponentManager instance.Methods in org.xmpp.component with parameters of type ComponentManager Modifier and Type Method Description 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.
-