public abstract class AbstractQueueMemberEvent extends ManagerEvent
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
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, getCallerIdName, getCallerIdNum, getChannelState, getChannelStateDesc, getConnectedLineName, getConnectedLineNum, getContext, getDateReceived, getExten, getFile, getFunc, getLine, getPriority, getPrivilege, getSequenceNumber, getServer, getSystemName, getTimestamp, setCallerIdName, setCallerIdNum, setChannelState, setChannelStateDesc, setConnectedLineName, setConnectedLineNum, setContext, setDateReceived, setExten, setFile, setFunc, setLine, setPriority, setPrivilege, setSequenceNumber, setServer, setSystemName, 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–2017. All rights reserved.