|
||||||||||
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.QueueRemoveAction
public class QueueRemoveAction
The QueueRemoveAction removes a member from a queue.
It is implemented in apps/app_queue.c
Constructor Summary | |
---|---|
QueueRemoveAction()
Creates a new empty QueueRemoveAction. |
|
QueueRemoveAction(java.lang.String queue,
java.lang.String iface)
Creates a new QueueRemoveAction that removes the member on the given interface from the given queue. |
Method Summary | |
---|---|
java.lang.String |
getAction()
Returns the name of this action, i.e. |
java.lang.String |
getInterface()
Returns the interface to remove. |
java.lang.String |
getQueue()
Returns the name of the queue the member will be removed from. |
void |
setInterface(java.lang.String iface)
Sets the interface to remove. This property is mandatory. |
void |
setQueue(java.lang.String queue)
Sets the name of the queue the member will be removed from. 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 QueueRemoveAction()
public QueueRemoveAction(java.lang.String queue, java.lang.String iface)
queue
- the name of the queue the member will be removed fromiface
- the interface of the member to removeMethod Detail |
---|
public java.lang.String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public java.lang.String getQueue()
public void setQueue(java.lang.String queue)
queue
- the name of the queue the member will be removed from.public java.lang.String getInterface()
public void setInterface(java.lang.String iface)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |