|
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.ResponseEvent
org.asteriskjava.manager.event.ZapShowChannelsEvent
public class ZapShowChannelsEvent
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel.
ZapShowChannelsAction
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ZapShowChannelsEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.String |
getAlarm()
Returns the alarm state of this zap channel. |
java.lang.Integer |
getChannel()
Returns the number of this zap channel. |
java.lang.String |
getContext()
Returns the context of this zap channel as defined in zapata.conf . |
java.lang.Boolean |
getDnd()
Returns whether dnd (do not disturb) is enabled for this zap channel. |
java.lang.String |
getSignalling()
Returns the signalling of this zap channel. |
void |
setAlarm(java.lang.String alarm)
Sets the alarm state of this zap channel. |
void |
setChannel(java.lang.Integer channel)
Sets the number of this zap channel. |
void |
setContext(java.lang.String context)
Sets the context of this zap channel. |
void |
setDnd(java.lang.Boolean dnd)
Sets whether dnd (do not disturb) is enabled for this zap channel. |
void |
setSignalling(java.lang.String signalling)
Sets the signalling of this zap channel. |
Methods inherited from class org.asteriskjava.manager.event.ResponseEvent |
---|
getActionId, getInternalActionId, setActionId, setInternalActionId |
Methods inherited from class org.asteriskjava.manager.event.ManagerEvent |
---|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, 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 |
---|
public ZapShowChannelsEvent(java.lang.Object source)
source
- Method Detail |
---|
public java.lang.Integer getChannel()
public void setChannel(java.lang.Integer channel)
public java.lang.String getSignalling()
Possible values are:
public void setSignalling(java.lang.String signalling)
public java.lang.String getContext()
zapata.conf
.
public void setContext(java.lang.String context)
public java.lang.Boolean getDnd()
null
if not set.public void setDnd(java.lang.Boolean dnd)
dnd
- Boolean.TRUE if dnd is enabled, Boolean.FALSE if it is disabled.public java.lang.String getAlarm()
This may be one of
public void setAlarm(java.lang.String alarm)
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |