|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.manager.action.AbstractManagerAction net.sf.asterisk.manager.action.StopMonitorAction
public class StopMonitorAction
The StopMonitorAction ends monitoring (recording) a channel.
It is implemented in res/res_monitor.c
Constructor Summary | |
---|---|
StopMonitorAction()
Creates a new empty StopMonitorAction. |
|
StopMonitorAction(java.lang.String channel)
Creates a new StopMonitorAction that ends monitoring of the given channel. |
Method Summary | |
---|---|
java.lang.String |
getAction()
Returns the name of this action, i.e. |
java.lang.String |
getChannel()
Returns the name of the channel to end monitoring. |
void |
setChannel(java.lang.String channel)
Sets the name of the channel to end monitoring. This property is mandatory. |
Methods inherited from class net.sf.asterisk.manager.action.AbstractManagerAction |
---|
getActionId, setActionId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StopMonitorAction()
public StopMonitorAction(java.lang.String channel)
channel
- the name of the channel to stop monitoring.Method Detail |
---|
public java.lang.String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public java.lang.String getChannel()
public void setChannel(java.lang.String channel)
channel
- the name of the channel to end monitoring.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |