|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.asteriskjava.manager.event.ManagerEvent
org.asteriskjava.manager.event.AbstractChannelEvent
public abstract class AbstractChannelEvent
Abstract base class providing common properties channel related events.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
protected |
AbstractChannelEvent(java.lang.Object source)
|
| Method Summary | |
|---|---|
java.lang.String |
getCallerId()
Deprecated. |
java.lang.String |
getCallerIdName()
Returns the Caller*ID Name of the channel if set or "<unknown>" if none has been set. |
java.lang.String |
getCallerIdNum()
Returns the Caller*ID numbe of the channel if set or "<unknown>" if none has been set. |
java.lang.String |
getChannel()
Returns the name of the channel. |
java.lang.String |
getUniqueId()
Returns the unique id of the channel. |
void |
setCallerId(java.lang.String callerId)
Deprecated. |
void |
setCallerIdName(java.lang.String callerIdName)
Sets the Caller*ID Name of the channel. |
void |
setCallerIdNum(java.lang.String callerIdNum)
Sets the Caller*ID number of the channel. |
void |
setChannel(java.lang.String channel)
Sets the name of the channel. |
void |
setUniqueId(java.lang.String uniqueId)
Sets the unique id of the channel. |
| Methods inherited from class org.asteriskjava.manager.event.ManagerEvent |
|---|
getDateReceived, getPrivilege, getTimestamp, setDateReceived, setPrivilege, setTimestamp, 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 |
|---|
protected AbstractChannelEvent(java.lang.Object source)
source - | Method Detail |
|---|
public java.lang.String getChannel()
public void setChannel(java.lang.String channel)
channel - the name of the channel.public java.lang.String getUniqueId()
public void setUniqueId(java.lang.String uniqueId)
uniqueId - the unique id of the channel.public java.lang.String getCallerId()
getCallerIdNum()public void setCallerId(java.lang.String callerId)
callerId - the Caller*ID of the channel.public java.lang.String getCallerIdNum()
public void setCallerIdNum(java.lang.String callerIdNum)
callerIdNum - the Caller*ID number of the channel.public java.lang.String getCallerIdName()
public void setCallerIdName(java.lang.String callerIdName)
callerIdName - the Caller*ID Name of the channel.
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||