Searched refs:maxSessions (Results 1 – 2 of 2) sorted by relevance
37 private int maxSessions; field in AgentChatHistory42 public AgentChatHistory(String agentJID, int maxSessions, Date startDate) { in AgentChatHistory() argument44 this.maxSessions = maxSessions; in AgentChatHistory()48 public AgentChatHistory(String agentJID, int maxSessions) { in AgentChatHistory() argument50 this.maxSessions = maxSessions; in AgentChatHistory()83 buf.append(" maxSessions=\"" + maxSessions + "\""); in getChildElementXML()
862 …public AgentChatHistory getAgentHistory(String jid, int maxSessions, Date startDate) throws XMPPEx… in getAgentHistory() argument865 request = new AgentChatHistory(jid, maxSessions, startDate); in getAgentHistory()868 request = new AgentChatHistory(jid, maxSessions); in getAgentHistory()