|
||||||||||
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 net.sf.asterisk.manager.event.AgentCompleteEvent
public class AgentCompleteEvent
An AgentCompleteEvent is triggered when at the end of a call if the caller
was connected to an agent.
It is implemented in apps/app_queue.c
.
Available since Asterisk 1.2
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
AgentCompleteEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.Long |
getHoldTime()
Returns the amount of time the caller was on hold. |
java.lang.String |
getReason()
Returns if the agent or the caller terminated the call. |
java.lang.Long |
getTalkTime()
Returns the amount of time the caller talked to the agent. |
void |
setHoldTime(java.lang.Long holdtime)
Sets the amount of time the caller was on hold. |
void |
setReason(java.lang.String reason)
Sets if the agent or the caller terminated the call. |
void |
setTalkTime(java.lang.Long talkTime)
Sets the amount of time the caller talked to the agent. |
Methods inherited from class net.sf.asterisk.manager.event.AbstractAgentEvent |
---|
getChannel, getMember, getQueue, getUniqueId, setChannel, setMember, setQueue, setUniqueId |
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 AgentCompleteEvent(java.lang.Object source)
Method Detail |
---|
public java.lang.Long getHoldTime()
public void setHoldTime(java.lang.Long holdtime)
holdtime
- the amount of time the caller was on hold in seconds.public java.lang.Long getTalkTime()
public void setTalkTime(java.lang.Long talkTime)
talkTime
- the amount of time the caller talked to the agent in
seconds.public java.lang.String getReason()
public void setReason(java.lang.String reason)
reason
- "agent" if the agent terminated the call, "caller" if the
caller terminated the call.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |