Uses of Class
tigase.jaxmpp.core.client.JaxmppCore

Packages that use JaxmppCore
tigase.jaxmpp.core.client   
 

Uses of JaxmppCore in tigase.jaxmpp.core.client
 

Methods in tigase.jaxmpp.core.client with type parameters of type JaxmppCore
<T extends JaxmppCore>
void
MultiJaxmpp.add(T jaxmpp)
          Register implementation of JaxmppCore
<T extends JaxmppCore>
T
MultiJaxmpp.get(BareJID userJid)
          Return instance of JaxmppCore connected registered for specific user account.
<T extends JaxmppCore>
T
MultiJaxmpp.get(SessionObject sessionObject)
          Returns instance of JaxmppCore connected registered for specific user account represented by SessionObject.
<T extends JaxmppCore>
void
MultiJaxmpp.remove(T jaxmpp)
          Unregisters JaxmppCore.
 

Methods in tigase.jaxmpp.core.client that return types with arguments of type JaxmppCore
 Collection<JaxmppCore> MultiJaxmpp.get()
          Returns collection of registered instances of JaxmppCore
 



Copyright © 2006-2012 Tigase. All Rights Reserved.