public abstract class AbstractMonitorEvent extends ManagerEvent
Monitoring events are implemented in res/res_monitor.c
source
Modifier | Constructor and Description |
---|---|
protected |
AbstractMonitorEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Returns the name of the channel.
|
String |
getUniqueId()
Returns the unique id of the channel.
|
void |
setChannel(String channel) |
void |
setUniqueId(String uniqueId) |
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
protected AbstractMonitorEvent(Object source)
source
- public String getChannel()
public void setChannel(String channel)
public String getUniqueId()
public void setUniqueId(String uniqueId)
Copyright © 2004–2016. All rights reserved.