|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
public static class WorkgroupQueue.Status
A class to represent the status of the workgroup. The possible values are:
Field Summary | |
---|---|
static WorkgroupQueue.Status |
ACTIVE
The queue is active but NOT accepting new chat requests. |
static WorkgroupQueue.Status |
CLOSED
The queue is NOT active and NOT accepting new chat requests. |
static WorkgroupQueue.Status |
OPEN
The queue is active and accepting new chat requests. |
Method Summary | |
---|---|
static WorkgroupQueue.Status |
fromString(String type)
Converts a String into the corresponding status. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final WorkgroupQueue.Status OPEN
public static final WorkgroupQueue.Status ACTIVE
public static final WorkgroupQueue.Status CLOSED
Method Detail |
---|
public static WorkgroupQueue.Status fromString(String type)
type
- the String value to covert.
public String toString()
toString
in class Object
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |