|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.asteriskjava.manager.action.AbstractManagerAction
org.asteriskjava.manager.action.UnpauseMonitorAction
public class UnpauseMonitorAction
The PauseMonitorAction re-enables monitoring (recording) of a channel after calling PauseMonitor.
It is implemented in res/res_monitor.c
Available since Asterisk 1.4.
PauseMonitorAction,
Serialized Form| Constructor Summary | |
|---|---|
UnpauseMonitorAction()
Creates a new empty UnpauseMonitorAction. |
|
UnpauseMonitorAction(java.lang.String channel)
Creates a new UnpauseMonitorAction that re-enables monitoring 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 re-enable monitoring. |
void |
setChannel(java.lang.String channel)
Sets the name of the channel to re-enable monitoring. |
| Methods inherited from class org.asteriskjava.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 UnpauseMonitorAction()
public UnpauseMonitorAction(java.lang.String channel)
channel - the name of the channel re-enable monitoring.| Method Detail |
|---|
public java.lang.String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionpublic java.lang.String getChannel()
public void setChannel(java.lang.String channel)
This property is mandatory.
channel - the name of the channel to re-enable monitoring.
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||