Asterisk-Java

Uses of Class
org.asteriskjava.live.AgentState

Packages that use AgentState
org.asteriskjava.live Provides a higher level API on top of Asterisk's Manager API. 
org.asteriskjava.live.internal Provides private implementations and helper classes for interfaces defined in the org.asteriskjava.live package. 
 

Uses of AgentState in org.asteriskjava.live
 

Methods in org.asteriskjava.live that return AgentState
 AgentState AsteriskAgent.getState()
          Returns the state of this agent.
static AgentState AgentState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AgentState[] AgentState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AgentState in org.asteriskjava.live.internal
 

Fields in org.asteriskjava.live.internal declared as AgentState
 AgentState AsteriskAgentImpl.state
           
 

Methods in org.asteriskjava.live.internal that return AgentState
 AgentState AsteriskAgentImpl.getState()
           
 


Asterisk-Java

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