public abstract class AbstractQueueMemberEvent extends ManagerEvent
source
Modifier | Constructor and Description |
---|---|
protected |
AbstractQueueMemberEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Returns the name of the member's interface.
|
String |
getMemberName()
Retruns the name of the queue member.
|
String |
getQueue()
Returns the name of the queue.
|
void |
setLocation(String member)
Sets the name of the member's interface.
|
void |
setMemberName(String memberName)
Sets the name of the queue member.
|
void |
setQueue(String queue)
Sets the name of the queue.
|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
protected AbstractQueueMemberEvent(Object source)
source
- public String getQueue()
public void setQueue(String queue)
queue
- the name of the queue.public String getLocation()
E.g. the channel name or agent group.
public void setLocation(String member)
member
- the name of the member's interface.public String getMemberName()
Available since Asterisk 1.4
public void setMemberName(String memberName)
Available since Asterisk 1.4
memberName
- the name of the queue member.Copyright © 2004–2016. All rights reserved.