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
PROPERTY_STATE
static final java.lang.String PROPERTY_STATE
- See Also:
- Constant Field Values
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.
Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.