Uses of Class
tigase.workgroupqueues.scheduler.Agent
-
Packages that use Agent Package Description tigase.workgroupqueues.modules.agent tigase.workgroupqueues.modules.muc tigase.workgroupqueues.scheduler -
-
Uses of Agent in tigase.workgroupqueues.modules.agent
Methods in tigase.workgroupqueues.modules.agent with parameters of type Agent Modifier and Type Method Description voidOfferModule. sendAgentInvitation(BareJID roomJID, Agent agent, User user, Queue queue, java.lang.String reason)voidPresenceModule. sendAgentStatusUpdate(Agent agent)Workgroup Status Update.voidOfferModule. sendOffer(User user, Agent toAgent, int timeout)voidOfferModule. sendOfferRevoke(User user, Agent toAgent, java.lang.String reason)Send revocation of earlier offer to chat to a user.voidPresenceModule. sendPresenceUpdateOf(Agent agent)voidPresenceModule. sendQueueStatusDetailsUpdate(Agent agent)Queue Status Update.voidPresenceModule. sendQueueStatusUpdate(Agent agent)Queue Status Update. -
Uses of Agent in tigase.workgroupqueues.modules.muc
Methods in tigase.workgroupqueues.modules.muc with parameters of type Agent Modifier and Type Method Description voidMucControllerModule. addAgent(Queue queue, Room room, Agent agent, AsyncCallback asyncCallback) -
Uses of Agent in tigase.workgroupqueues.scheduler
Methods in tigase.workgroupqueues.scheduler that return Agent Modifier and Type Method Description AgentOffer. getAgent()AgentQueue. getAgent(JID jid)AgentDummyScheduler. getBestAgent(Queue queue, User user)AgentScheduler. getBestAgent(Queue queue, User user)Returns agent to handle user.Methods in tigase.workgroupqueues.scheduler that return types with arguments of type Agent Modifier and Type Method Description java.util.Collection<Agent>Queue. getAgents()Methods in tigase.workgroupqueues.scheduler with parameters of type Agent Modifier and Type Method Description voidController. addAgent(Agent agent)Add new agent.voidDefaultController. addAgent(Agent agent)voidQueue. addAgent(Agent agent)java.util.Collection<ISequenceAction>Controller. getAddAgentToRoomActions(Queue queue, User user, Agent agent, Room room)java.util.Collection<ISequenceAction>DefaultController. getAddAgentToRoomActions(Queue queue, User user, Agent agent, Room room)static java.lang.StringOffer. getKey(Queue queue, User user, Agent agent)voidController. removeAgent(Agent agent)Remove agent (because agent is no longe available for Workgroup Queues Component).voidDefaultController. removeAgent(Agent agent)voidQueue. removeAgent(Agent agent)OfferQueue. removeOffer(Queue queue, JID userJID, Agent agent)voidController. updateAgent(Agent agent)Update status of agent.voidDefaultController. updateAgent(Agent agent)Constructors in tigase.workgroupqueues.scheduler with parameters of type Agent Constructor Description Offer(Queue queue, User user, Agent agent)Offer(Queue queue, User user, Agent agent, java.util.Date timestamp)
-