public class QueueResetAction extends AbstractManagerAction
It is implemented in apps/app_queue.c
Available since Asterisk 1.6.
Constructor and Description |
---|
QueueResetAction()
Creates a new QueueResetAction that resets statistical data of all queues.
|
QueueResetAction(String queue)
Creates a new QueueResetAction that resets statistical data of the given queue.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of the action for example "Hangup".
|
String |
getQueue()
Returns the name of the queue to reset.
|
void |
setQueue(String queue)
Sets the name of the queue to reset.
|
getActionId, setActionId, toString
public QueueResetAction()
public QueueResetAction(String queue)
queue
- the name of the queue to reset.public String getAction()
ManagerAction
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getQueue()
null
for all queues.public void setQueue(String queue)
queue
- the name of the queue to reset or null
for all queues.Copyright © 2004–2016. All rights reserved.