|
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.ChatInfo
Represents information about a Chat where this Agent is participating. |
static class |
AgentStatus.Provider
Packet extension provider for AgentStatus packets. |
| Field Summary | |
|---|---|
static java.lang.String |
ELEMENT_NAME
Element name of the packet extension. |
static java.lang.String |
NAMESPACE
Namespace of the packet extension. |
| Method Summary | |
|---|---|
java.util.List<AgentStatus.ChatInfo> |
getCurrentChats()
Returns a collection of ChatInfo where each ChatInfo represents a Chat where this agent is participating. |
java.lang.String |
getElementName()
Returns the root element name. |
int |
getMaxChats()
|
java.lang.String |
getNamespace()
Returns the root element XML namespace. |
java.lang.String |
getWorkgroupJID()
|
java.lang.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 java.lang.String ELEMENT_NAME
public static final java.lang.String NAMESPACE
| Method Detail |
|---|
public java.lang.String getWorkgroupJID()
public java.util.List<AgentStatus.ChatInfo> getCurrentChats()
public int getMaxChats()
public java.lang.String getElementName()
PacketExtension
getElementName in interface PacketExtensionpublic java.lang.String getNamespace()
PacketExtension
getNamespace in interface PacketExtensionpublic java.lang.String toXML()
PacketExtension
toXML in interface PacketExtension
|
Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||