Uses of Class
org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
Packages that use WorkgroupQueue.Status
Package
Description
TODO describe me.
TODO describe me.
-
Uses of WorkgroupQueue.Status in org.jivesoftware.smackx.workgroup.agent
Fields in org.jivesoftware.smackx.workgroup.agent declared as WorkgroupQueue.StatusModifier and TypeFieldDescriptionstatic final WorkgroupQueue.StatusWorkgroupQueue.Status.ACTIVEThe queue is active but NOT accepting new chat requests.static final WorkgroupQueue.StatusWorkgroupQueue.Status.CLOSEDThe queue is NOT active and NOT accepting new chat requests.static final WorkgroupQueue.StatusWorkgroupQueue.Status.OPENThe queue is active and accepting new chat requests.Methods in org.jivesoftware.smackx.workgroup.agent that return WorkgroupQueue.StatusModifier and TypeMethodDescriptionstatic WorkgroupQueue.StatusWorkgroupQueue.Status.fromString(String type) Converts a String into the corresponding status.WorkgroupQueue.getStatus()Returns the status of the queue.Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type WorkgroupQueue.StatusModifier and TypeMethodDescriptionvoidQueueUsersListener.statusUpdated(WorkgroupQueue queue, WorkgroupQueue.Status status) The status of the queue was updated. -
Uses of WorkgroupQueue.Status in org.jivesoftware.smackx.workgroup.packet
Methods in org.jivesoftware.smackx.workgroup.packet that return WorkgroupQueue.Status