Asterisk-Java

org.asteriskjava.live
Interface AsteriskAgent

All Superinterfaces:
LiveObject
All Known Implementing Classes:
AsteriskAgentImpl

public interface AsteriskAgent
extends LiveObject

Represents an Asterisk agent

PropertyChangeEvents are fired for the following properties:

Since:
0.3.1
Version:
$Id: AsteriskAgent.java 966 2008-02-03 07:00:58Z srt $
Author:
Patrick Breucking

Field Summary
static java.lang.String PROPERTY_STATE
           
 
Method Summary
 java.lang.String getAgentId()
           
 java.lang.String getName()
           
 AgentState getState()
          Returns the state of this agent.
 
Methods inherited from interface org.asteriskjava.live.LiveObject
addPropertyChangeListener, addPropertyChangeListener, getServer, removePropertyChangeListener, removePropertyChangeListener
 

Field Detail

PROPERTY_STATE

static final java.lang.String PROPERTY_STATE
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Returns:
the name

getAgentId

java.lang.String getAgentId()
Returns:
the agentId

getState

AgentState getState()
Returns the state of this agent.

Returns:
the state the state of this agent.

Asterisk-Java

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