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