|
Asterisk-Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelState | |
|---|---|
| org.asteriskjava.live | Provides a higher level API on top of Asterisk's Manager API. |
| Uses of ChannelState in org.asteriskjava.live |
|---|
| Methods in org.asteriskjava.live that return ChannelState | |
|---|---|
ChannelState |
ChannelStateHistoryEntry.getState()
The state the channel entered. |
ChannelState |
AsteriskChannel.getState()
Returns the state of this channel. |
static ChannelState |
ChannelState.valueOf(java.lang.Integer status)
Returns value specified by int. |
static ChannelState |
ChannelState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChannelState[] |
ChannelState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.asteriskjava.live with parameters of type ChannelState | |
|---|---|
boolean |
AsteriskChannel.wasInState(ChannelState state)
Checks if this channel was at least once in the given state. |
| Constructors in org.asteriskjava.live with parameters of type ChannelState | |
|---|---|
ChannelStateHistoryEntry(java.util.Date date,
ChannelState state)
Creates a new instance. |
|
|
Asterisk-Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||