|
||||||||||
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.HoldedCallEvent
public class HoldedCallEvent
A ParkedCallEvent is triggered when a channel is put on hold.
It is implemented in res/res_features.c
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
HoldedCallEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.String |
getChannel1()
Returns the name of the channel that put the other channel on hold. |
java.lang.String |
getChannel2()
Returns the name of the channel that has been put on hold. |
java.lang.String |
getUniqueId1()
Returns the unique id of the channel that put the other channel on hold. |
java.lang.String |
getUniqueId2()
Returns the unique id of the channel that has been put on hold. |
void |
setChannel1(java.lang.String channel1)
Sets the name of the channel that put the other channel on hold. |
void |
setChannel2(java.lang.String channel2)
Sets the name of the channel that has been put on hold. |
void |
setUniqueId1(java.lang.String uniqueId1)
Sets the unique id of the channel that put the other channel on hold. |
void |
setUniqueId2(java.lang.String uniqueId2)
Sets the unique id of the channel that has been put on hold. |
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 HoldedCallEvent(java.lang.Object source)
source
- Method Detail |
---|
public java.lang.String getUniqueId1()
public void setUniqueId1(java.lang.String uniqueId1)
public java.lang.String getUniqueId2()
public void setUniqueId2(java.lang.String uniqueId2)
public java.lang.String getChannel1()
public void setChannel1(java.lang.String channel1)
public java.lang.String getChannel2()
public void setChannel2(java.lang.String channel2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |