Package | Description |
---|---|
org.asteriskjava.live |
Provides a higher level API on top of Asterisk's Manager API.
|
Modifier and Type | Method and Description |
---|---|
QueueMemberState |
AsteriskQueueMember.getState()
Returns the state of this member.
|
static QueueMemberState |
QueueMemberState.valueOf(Integer status)
Returns value specified by int.
|
static QueueMemberState |
QueueMemberState.valueOf(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.
|
Copyright © 2004–2017. All rights reserved.