|
||||||||||
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.AbstractParkedCallEvent
public abstract class AbstractParkedCallEvent
Abstract base class for several call parking related events.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
AbstractParkedCallEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.String |
getCallerId()
Returns the Caller*ID number of the parked channel. |
java.lang.String |
getCallerIdName()
Returns the Caller*ID name of the parked channel. |
java.lang.String |
getChannel()
Returns the name of the channel that is or was parked. |
java.lang.String |
getExten()
Returns the extension the channel is or was parked at. |
void |
setCallerId(java.lang.String callerId)
Sets the Caller*ID number of the parked channel. |
void |
setCallerIdName(java.lang.String callerIdName)
Sets the Caller*ID name of the parked channel. |
void |
setChannel(java.lang.String channel)
Sets the name of the channel that is or was parked. |
void |
setExten(java.lang.String exten)
Sets the extension the channel is or was parked at. |
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 AbstractParkedCallEvent(java.lang.Object source)
source
- Method Detail |
---|
public java.lang.String getExten()
public void setExten(java.lang.String exten)
public java.lang.String getChannel()
public void setChannel(java.lang.String channel)
public java.lang.String getCallerId()
public void setCallerId(java.lang.String callerId)
callerId
- the Caller*ID number of the parked channel.public java.lang.String getCallerIdName()
public void setCallerIdName(java.lang.String callerIdName)
callerIdName
- the Caller*ID name of the parked channel.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |