| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
public static class Transcripts.AgentDetail
An AgentDetail contains information of an Agent that was involved in a conversation.
| Constructor Summary | |
|---|---|
| Transcripts.AgentDetail(String agentJID,
                        Date joinTime,
                        Date leftTime) | |
| Method Summary | |
|---|---|
|  String | getAgentJID()Returns the bare JID of the Agent that was involved in the conversation. | 
|  Date | getJoinTime()Returns the Date when the Agent joined the conversation. | 
|  Date | getLeftTime()Returns the Date when the Agent left the conversation. | 
|  String | toXML() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Transcripts.AgentDetail(String agentJID,
                               Date joinTime,
                               Date leftTime)
| Method Detail | 
|---|
public String getAgentJID()
public Date getJoinTime()
public Date getLeftTime()
public String toXML()
| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||