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

Packages that use JID
tigase.jaxmpp.core.client   
tigase.jaxmpp.core.client.xmpp.forms   
tigase.jaxmpp.core.client.xmpp.modules   
tigase.jaxmpp.core.client.xmpp.modules.adhoc   
tigase.jaxmpp.core.client.xmpp.modules.chat   
tigase.jaxmpp.core.client.xmpp.modules.disco   
tigase.jaxmpp.core.client.xmpp.modules.jingle   
tigase.jaxmpp.core.client.xmpp.modules.muc   
tigase.jaxmpp.core.client.xmpp.modules.presence   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
tigase.jaxmpp.core.client.xmpp.modules.vcard   
tigase.jaxmpp.core.client.xmpp.stanzas   
tigase.jaxmpp.core.client.xmpp.utils.delay   
 

Uses of JID in tigase.jaxmpp.core.client
 

Methods in tigase.jaxmpp.core.client that return JID
 JID SessionObject.getBindedJid()
          Returns users JID binded on server.
 JID AbstractSessionObject.getBindedJid()
          Returns users JID binded on server.
static JID JID.jidInstance(BareJID bareJid)
          Creates intance of JID from BareJID.
static JID JID.jidInstance(BareJID bareJid, String p_resource)
          Creates intance of JID.
static JID JID.jidInstance(String jid)
          Creates intance of JID.
static JID JID.jidInstance(String localpart, String domain)
          Creates intance of JID.
static JID JID.jidInstance(String localpart, String domain, String resource)
          Creates intance of JID.
 

Methods in tigase.jaxmpp.core.client with parameters of type JID
 int JID.compareTo(JID o)
          
 Chat JaxmppCore.createChat(JID jid)
           
 void JaxmppCore.sendMessage(JID toJID, String subject, String message)
           
 

Constructors in tigase.jaxmpp.core.client with parameters of type JID
ResponseManager.Entry(JID jid, long timestamp, long timeout, AsyncCallback callback)
           
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.forms
 

Methods in tigase.jaxmpp.core.client.xmpp.forms that return JID
 JID JidSingleField.getFieldValue()
          Returns value of field.
 JID[] JidMultiField.getFieldValue()
          Returns value of field.
 

Methods in tigase.jaxmpp.core.client.xmpp.forms with parameters of type JID
 void JidMultiField.addFieldValue(JID... value)
          Add value to field.
 JidMultiField JabberDataElement.addJidMultiField(String var, JID... value)
          Adds jid-multi field to form.
 JidSingleField JabberDataElement.addJidSingleField(String var, JID value)
          Adds jid-single field to form.
 void JidSingleField.setFieldValue(JID value)
          Sets value of field.
 void JidMultiField.setFieldValue(JID[] value)
          Sets value of field.
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.modules
 

Methods in tigase.jaxmpp.core.client.xmpp.modules that return JID
 JID ResourceBinderModule.ResourceBindEvent.getJid()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules with parameters of type JID
 void SoftwareVersionModule.checkSoftwareVersion(JID jid, AsyncCallback callback)
          Requests software version for given entity.
 void SoftwareVersionModule.checkSoftwareVersion(JID jid, SoftwareVersionModule.SoftwareVersionAsyncCallback callback)
          Requests software version for given entity.
 void PingModule.ping(JID jid, AsyncCallback asyncCallback)
          Ping given XMPP entity.
 void PingModule.ping(JID jidInstance, PingModule.PingAsyncCallback asyncCallback)
          Ping given XMPP entity.
 void ResourceBinderModule.ResourceBindEvent.setJid(JID jid)
           
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.modules.adhoc
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc with parameters of type JID
 void AdHocCommansModule.execute(JID toJID, String node, Action action, JabberDataElement data, AsyncCallback asyncCallback)
          Calls ad-hoc command on remote resource.
 boolean AdHocCommand.isAllowed(JID jid)
          This method allows to authorization sender.
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.modules.chat
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat that return JID
 JID Chat.getJid()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat with parameters of type JID
 Chat MessageModule.createChat(JID jid)
          Creates new chat object.
 Chat AbstractChatManager.createChat(JID jid)
           
protected abstract  Chat AbstractChatManager.createChatInstance(JID fromJid, String threadId)
           
protected  Chat AbstractChatManager.getChat(JID jid, String threadId)
           
 Chat JidOnlyChatSelector.getChat(List<Chat> chats, JID jid, String threadId)
           
 Chat DefaultChatSelector.getChat(List<Chat> chats, JID jid, String threadId)
           
 Chat ChatSelector.getChat(List<Chat> chats, JID jid, String threadId)
           
 void MessageModule.sendMessage(JID toJID, String subject, String message)
          Sends message.
 void Chat.setJid(JID jid)
           
protected  boolean AbstractChatManager.update(Chat chat, JID fromJid, String threadId)
           
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.modules.disco
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.disco that return JID
 JID DiscoItemsModule.Item.getJid()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.disco with parameters of type JID
 void DiscoInfoModule.getInfo(JID jid, DiscoInfoModule.DiscoInfoAsyncCallback callback)
           
 void DiscoInfoModule.getInfo(JID jid, String node, AsyncCallback callback)
           
 void DiscoInfoModule.getInfo(JID jid, String node, DiscoInfoModule.DiscoInfoAsyncCallback callback)
           
 void DiscoItemsModule.getItems(JID jid, AsyncCallback callback)
           
 void DiscoItemsModule.getItems(JID jid, DiscoItemsModule.DiscoItemsAsyncCallback callback)
           
 void DiscoItemsModule.getItems(JID jid, String node, AsyncCallback callback)
           
 void DiscoItemsModule.Item.setJid(JID jid)
           
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.modules.jingle
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.jingle that return JID
 JID JingleModule.JingleSessionEvent.getSender()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.jingle with parameters of type JID
 void JingleModule.acceptSession(JID jid, String sid, String name, Element description, List<Element> transports)
           
 void JingleModule.initiateSession(JID jid, String sid, String name, Element description, List<Element> transports)
           
 void JingleModule.terminateSession(JID jid, String sid, JID initiator)
           
 void JingleModule.transportInfo(JID recipient, JID initiator, String sid, Element content)
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.jingle with parameters of type JID
JingleModule.JingleSessionAcceptEvent(SessionObject sessionObject, JID sender, String sid, Element description, Element transport)
           
JingleModule.JingleSessionEvent(EventType type, SessionObject sessionObject, JID sender, String sid)
           
JingleModule.JingleSessionInitiationEvent(SessionObject sessionObject, JID sender, String sid, Element description, List<Element> transports)
           
JingleModule.JingleSessionTerminateEvent(SessionObject sessionObject, JID sender, String sid)
           
JingleModule.JingleTransportInfoEvent(SessionObject sessionObject, JID sender, String sid, Element content)
           
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.modules.muc
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.muc that return JID
 JID XMucUserElement.getJID()
           
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.modules.presence
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.presence that return JID
 JID PresenceModule.PresenceEvent.getJid()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.presence with parameters of type JID
protected  void PresenceModule.contactOffline(JID jid)
           
 Presence PresenceStore.getPresence(JID jid)
           
 void PresenceModule.PresenceEvent.setJid(JID jid)
           
 void PresenceModule.subscribe(JID jid)
           
 void PresenceModule.subscribed(JID jid)
           
 void PresenceModule.unsubscribe(JID jid)
           
 void PresenceModule.unsubscribed(JID jid)
           
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.pubsub declared as JID
protected  JID FormSubmitter.serviceJID
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub that return JID
 JID PubSubModule.PubSubEvent.getPubSubJID()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type JID
 void PubSubModule.configureSubscription(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement form, AsyncCallback callback)
           
 void PubSubModule.configureSubscription(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement form, PubSubAsyncCallback callback)
           
 void PubSubModule.getSubscriptionConfiguration(BareJID pubSubJID, String nodeName, JID subscriberJID, AsyncCallback callback)
           
 void PubSubModule.getSubscriptionConfiguration(BareJID pubSubJID, String nodeName, JID subscriberJID, PubSubModule.SubscriptionOptionsAsyncCallback callback)
           
protected abstract  void PubSubModule.SubscriptionOptionsAsyncCallback.onReceiveConfiguration(IQ responseStanza, String node, JID jid, JabberDataElement form)
           
protected abstract  void PubSubModule.SubscriptionAsyncCallback.onSubscribe(IQ response, String node, JID jid, String subID, Subscription subscription)
           
 void PubSubModule.PubSubEvent.setPubSubJID(JID pubSubJID)
           
 void PubSubModule.subscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement options, AsyncCallback callback)
           
 void PubSubModule.subscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement options, PubSubModule.SubscriptionAsyncCallback callback)
           
 void PubSubModule.subscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, PubSubModule.SubscriptionAsyncCallback callback)
           
 void PubSubModule.unsubscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, AsyncCallback callback)
           
 void PubSubModule.unsubscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, PubSubAsyncCallback callback)
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type JID
FormSubmitter(SessionObject sessionObject, PacketWriter packetWriter, JID serviceJID, JabberDataElement form)
           
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.modules.vcard
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.vcard with parameters of type JID
 void VCardModule.retrieveVCard(JID jid, AsyncCallback asyncCallback)
           
 void VCardModule.retrieveVCard(JID jid, Long timeout, AsyncCallback asyncCallback)
           
 void VCardModule.retrieveVCard(JID jid, VCardModule.VCardAsyncCallback asyncCallback)
           
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.stanzas
 

Methods in tigase.jaxmpp.core.client.xmpp.stanzas that return JID
 JID Stanza.getFrom()
          Returns 'from' attribute.
 JID Stanza.getTo()
          Returns 'to' attribute.
 

Methods in tigase.jaxmpp.core.client.xmpp.stanzas with parameters of type JID
 void Stanza.setFrom(JID jid)
          Sets 'from' attribute.
 void Stanza.setTo(JID jid)
          Sets 'to' attribute.
 

Uses of JID in tigase.jaxmpp.core.client.xmpp.utils.delay
 

Methods in tigase.jaxmpp.core.client.xmpp.utils.delay that return JID
 JID XmppDelay.getFrom()
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.