|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueMemberState | |
---|---|
org.asteriskjava.live | Provides a higher level API on top of Asterisk's Manager API. |
Uses of QueueMemberState in org.asteriskjava.live |
---|
Methods in org.asteriskjava.live that return QueueMemberState | |
---|---|
QueueMemberState |
AsteriskQueueMember.getState()
Returns the state of this member. |
static QueueMemberState |
QueueMemberState.valueOf(java.lang.Integer status)
Returns value specified by int. |
static QueueMemberState |
QueueMemberState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QueueMemberState[] |
QueueMemberState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |