public class AgentLogoffEvent extends ManagerEvent
It is implemented in channels/chan_agent.c
AgentLoginEvent,
Serialized Formsource| Constructor and Description |
|---|
AgentLogoffEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgent()
Returns the name of the agent that logged off.
|
String |
getLoginTime() |
String |
getUniqueId() |
void |
setAgent(String agent)
Sets the name of the agent that logged off.
|
void |
setLoginTime(String loginTime) |
void |
setUniqueId(String uniqueId) |
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toStringgetSourcepublic AgentLogoffEvent(Object source)
source - public String getAgent()
public void setAgent(String agent)
agent - the name of the agent that logged off.public String getLoginTime()
public void setLoginTime(String loginTime)
public String getUniqueId()
public void setUniqueId(String uniqueId)
Copyright © 2004–2016. All rights reserved.