public class ClientInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
connectionId |
protected OADateTime |
created |
protected OADateTime |
disconnected |
protected long |
freeMemory |
protected String |
hostName |
protected String |
ipAddress |
protected String |
location |
protected int |
remoteThreadCount |
protected String |
serverHostName |
protected int |
serverHostPort |
protected boolean |
started |
protected long |
totalMemory |
protected int |
totalRequests |
protected long |
totalRequestTime |
protected String |
userId |
protected String |
userName |
protected String |
version |
Constructor and Description |
---|
ClientInfo() |
protected int connectionId
protected OADateTime created
protected OADateTime disconnected
protected volatile boolean started
protected String hostName
protected String ipAddress
protected String serverHostName
protected int serverHostPort
protected volatile int totalRequests
protected volatile long totalRequestTime
protected String userId
protected String userName
protected String location
protected long totalMemory
protected long freeMemory
protected String version
protected int remoteThreadCount
public OADateTime getCreated()
public void setCreated(OADateTime newValue)
public String getIpAddress()
public void setIpAddress(String newValue)
public String getHostName()
public void setHostName(String newValue)
public int getConnectionId()
public void setConnectionId(int connectionId)
public OADateTime getDisconnected()
public void setDisconnected(OADateTime disconnected)
public int getTotalRequests()
public void setTotalRequests(int totalRequests)
public void incrementTotalRequests()
public long getTotalRequestTime()
public void setTotalRequestTime(long totalRequestTime)
public void incrementTotalRequestTime(long nsTime)
public String getServerHostName()
public void setServerHostName(String gsmrServerHostName)
public int getServerHostPort()
public void setServerHostPort(int gsmrServerHostPort)
public int getRemoteThreadCount()
public void setRemoteThreadCount(int remoteThreadCount)
public boolean isStarted()
public void setStarted(boolean started)
public String getUserId()
public void setUserId(String user)
public String getUserName()
public void setUserName(String user)
public String getLocation()
public void setLocation(String loc)
public long getTotalMemory()
public void setTotalMemory(long totalMemory)
public long getFreeMemory()
public void setFreeMemory(long freeMemory)
public String getVersion()
public void setVersion(String newValue)
Copyright © 1999–2019 ViaOA. All rights reserved.