Home | History | Annotate | Download | only in agent

Lines Matching defs:setting

48  * session within a given workgroup is expected to have from an agent's perspective -- setting

247 * @throws XMPPException if an error occurs setting the online status.
314 * @throws XMPPException if an error occurs setting the agent status.
340 * @throws XMPPException if an error occurs setting the agent status.
397 * @throws XMPPException if an error occurs setting the agent status.
1122 GenericSettings setting = new GenericSettings();
1123 setting.setType(IQ.Type.GET);
1124 setting.setTo(workgroupJID);
1126 PacketCollector collector = connection.createPacketCollector(new PacketIDFilter(setting.getPacketID()));
1127 connection.sendPacket(setting);