|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject net.sf.asterisk.manager.event.ManagerEvent net.sf.asterisk.manager.event.AbstractAgentEvent
public abstract class AbstractAgentEvent
Abstract base class for several agent related events.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
AbstractAgentEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.String |
getChannel()
Returns the name of the channel. |
java.lang.String |
getMember()
Returns the name of the member's interface. |
java.lang.String |
getQueue()
Returns the name of the queue. |
java.lang.String |
getUniqueId()
Returns the unique id of the channel. |
void |
setChannel(java.lang.String channel)
Sets the name of the channel. |
void |
setMember(java.lang.String member)
Sets the name of the member's interface. |
void |
setQueue(java.lang.String queue)
Sets the name of the queue. |
void |
setUniqueId(java.lang.String uniqueId)
Sets the unique id of the channel. |
Methods inherited from class net.sf.asterisk.manager.event.ManagerEvent |
---|
getDateReceived, getPrivilege, setDateReceived, setPrivilege, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractAgentEvent(java.lang.Object source)
source
- Method Detail |
---|
public java.lang.String getChannel()
public void setChannel(java.lang.String channel)
public java.lang.String getUniqueId()
public void setUniqueId(java.lang.String uniqueId)
uniqueId
- the unique id of the channel.public java.lang.String getQueue()
public void setQueue(java.lang.String queue)
queue
- the name of the queue.public java.lang.String getMember()
public void setMember(java.lang.String member)
member
- the name of the member's interface.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |