Asterisk-Java

Uses of Class
org.asteriskjava.live.ChannelState

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 AsteriskChannel.getState()
          Returns the state of this channel.
 ChannelState ChannelStateHistoryEntry.getState()
          The state the channel entered.
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're 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

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.