| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| 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.ChatInfoRepresents information about a Chat where this Agent is participating. | 
| static class | AgentStatus.ProviderPacket extension provider for AgentStatus packets. | 
| Field Summary | |
|---|---|
| static String | ELEMENT_NAMEElement name of the packet extension. | 
| static String | NAMESPACENamespace of the packet extension. | 
| Method Summary | |
|---|---|
|  List<AgentStatus.ChatInfo> | 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 representation 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<AgentStatus.ChatInfo> getCurrentChats()
public int getMaxChats()
public String getElementName()
PacketExtension
getElementName in interface PacketExtensionpublic String getNamespace()
PacketExtension
getNamespace in interface PacketExtensionpublic String toXML()
PacketExtension
toXML in interface PacketExtension| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||