Home | History | Annotate | Download | only in agent

Lines Matching defs:Agent

20 package org.jivesoftware.smackx.workgroup.agent;

34 * The <code>Agent</code> class is used to represent one agent in a Workgroup Queue.
38 public class Agent {
63 * Constructs an Agent.
65 Agent(Connection connection, String workgroupJID) {
107 * Changes the name of the agent in the server. The server may have this functionality
108 * disabled for all the agents or for this agent in particular. If the agent is not
112 * @param newName the new name of the agent.
113 * @throws XMPPException if the agent is not allowed to change his name or no response was