Smack

org.jivesoftware.smackx.workgroup.packet
Class Transcripts.AgentDetail

java.lang.Object
  extended by org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
Enclosing class:
Transcripts

public static class Transcripts.AgentDetail
extends Object

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

Transcripts.AgentDetail

public Transcripts.AgentDetail(String agentJID,
                               Date joinTime,
                               Date leftTime)
Method Detail

getAgentJID

public String getAgentJID()
Returns the bare JID of the Agent that was involved in the conversation.

Returns:
the bared JID of the Agent that was involved in the conversation.

getJoinTime

public Date getJoinTime()
Returns the Date when the Agent joined the conversation.

Returns:
the Date when the Agent joined the conversation.

getLeftTime

public Date getLeftTime()
Returns the Date when the Agent left the conversation.

Returns:
the Date when the Agent left the conversation.

toXML

public String toXML()

Smack

Copyright © 2003-2007 Jive Software.