public class QueueRemoveAction extends AbstractManagerAction
It is implemented in apps/app_queue.c
| Constructor and Description |
|---|
QueueRemoveAction()
Creates a new empty QueueRemoveAction.
|
QueueRemoveAction(String queue,
String iface)
Creates a new QueueRemoveAction that removes the member on the given
interface from the given queue.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getInterface()
Returns the interface to remove.
|
String |
getQueue()
Returns the name of the queue the member will be removed from.
|
void |
setInterface(String iface)
Sets the interface to remove.
|
void |
setQueue(String queue)
Sets the name of the queue the member will be removed from.
|
getActionId, setActionId, toStringpublic QueueRemoveAction()
public QueueRemoveAction(String queue, String iface)
queue - the name of the queue the member will be removed fromiface - the interface of the member to removepublic String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionpublic String getQueue()
public void setQueue(String queue)
This property is mandatory.
queue - the name of the queue the member will be removed from.public String getInterface()
public void setInterface(String iface)
This property is mandatory.
Copyright © 2004–2021. All rights reserved.