| Package | Description |
|---|---|
| org.jivesoftware.smackx.workgroup.agent | |
| org.jivesoftware.smackx.workgroup.packet |
| Modifier and Type | Field and Description |
|---|---|
static WorkgroupQueue.Status |
WorkgroupQueue.Status.ACTIVE
The queue is active but NOT accepting new chat requests.
|
static WorkgroupQueue.Status |
WorkgroupQueue.Status.CLOSED
The queue is NOT active and NOT accepting new chat requests.
|
static WorkgroupQueue.Status |
WorkgroupQueue.Status.OPEN
The queue is active and accepting new chat requests.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkgroupQueue.Status |
WorkgroupQueue.Status.fromString(String type)
Converts a String into the corresponding status.
|
WorkgroupQueue.Status |
WorkgroupQueue.getStatus()
Returns the status of the queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueUsersListener.statusUpdated(WorkgroupQueue queue,
WorkgroupQueue.Status status)
The status of the queue was updated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkgroupQueue.Status |
QueueOverview.getStatus() |