tigase.jaxmpp.core.client.xmpp.modules.chat
Class Chat

java.lang.Object
  extended by tigase.jaxmpp.core.client.xmpp.modules.chat.Chat

public class Chat
extends Object


Field Summary
static EventType MessageReceived
           
 
Constructor Summary
Chat(long id, PacketWriter packetWriter, SessionObject sessionObject)
           
 
Method Summary
 long getId()
           
 JID getJid()
           
 SessionObject getSessionObject()
           
 String getThreadId()
           
 boolean isClosed()
           
 void sendMessage(String body)
           
 void setJid(JID jid)
           
 void setThreadId(String threadId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MessageReceived

public static final EventType MessageReceived
Constructor Detail

Chat

public Chat(long id,
            PacketWriter packetWriter,
            SessionObject sessionObject)
Method Detail

getId

public long getId()

getJid

public JID getJid()

getSessionObject

public SessionObject getSessionObject()

getThreadId

public String getThreadId()

isClosed

public boolean isClosed()

sendMessage

public void sendMessage(String body)
                 throws XMLException,
                        JaxmppException
Throws:
XMLException
JaxmppException

setJid

public void setJid(JID jid)

setThreadId

public void setThreadId(String threadId)


Copyright © 2006-2012 Tigase. All Rights Reserved.