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.Status
WorkgroupQueue.Status.ACTIVE
The queue is active but NOT accepting new chat requests.static final WorkgroupQueue.Status
WorkgroupQueue.Status.CLOSED
The queue is NOT active and NOT accepting new chat requests.static final WorkgroupQueue.Status
WorkgroupQueue.Status.OPEN
The queue is active and accepting new chat requests.Methods in org.jivesoftware.smackx.workgroup.agent that return WorkgroupQueue.StatusModifier and TypeMethodDescriptionstatic WorkgroupQueue.Status
WorkgroupQueue.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 TypeMethodDescriptionvoid
QueueUsersListener.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