|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.workgroup.packet.AgentStatus
public class AgentStatus
Agent status packet.
Nested Class Summary | |
---|---|
static class |
AgentStatus.ChatInfo
Represents information about a Chat where this Agent is participating. |
static class |
AgentStatus.Provider
Packet extension provider for AgentStatus packets. |
Field Summary | |
---|---|
static String |
ELEMENT_NAME
Element name of the packet extension. |
static String |
NAMESPACE
Namespace of the packet extension. |
Method Summary | |
---|---|
List |
getCurrentChats()
Returns a collection of ChatInfo where each ChatInfo represents a Chat where this agent is participating. |
String |
getElementName()
Returns the root element name. |
int |
getMaxChats()
|
String |
getNamespace()
Returns the root element XML namespace. |
String |
getWorkgroupJID()
|
String |
toXML()
Returns the XML reppresentation of the PacketExtension. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ELEMENT_NAME
public static final String NAMESPACE
Method Detail |
---|
public String getWorkgroupJID()
public List getCurrentChats()
public int getMaxChats()
public String getElementName()
PacketExtension
getElementName
in interface PacketExtension
public String getNamespace()
PacketExtension
getNamespace
in interface PacketExtension
public String toXML()
PacketExtension
toXML
in interface PacketExtension
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |