Uses of Class
org.xmpp.component.ComponentException

Packages that use ComponentException
org.xmpp.component   
 

Uses of ComponentException in org.xmpp.component
 

Methods in org.xmpp.component that throw ComponentException
 void ComponentManager.addComponent(java.lang.String subdomain, Component component)
          Adds a 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.
 void AbstractComponent.initialize(JID jid, java.lang.String host, ComponentManager componentManager)
          Initialize the abstract component.
 void ComponentManager.query(Component component, IQ packet, IQResultListener listener)
          Sends an IQ packet to the server and returns immediately.
 IQ ComponentManager.query(Component component, IQ packet, long timeout)
          Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.
 void ComponentManager.removeComponent(java.lang.String subdomain)
          Removes a component.
 void ComponentManager.sendPacket(Component component, Packet packet)
          Sends a packet to the XMPP server.
 



Copyright © 2009 Ignite Realtime. All Rights Reserved.