net.anotheria.moskito.central.storage.psql.entities
Class HttpSessionStatisticsEntity
java.lang.Object
net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
net.anotheria.moskito.central.storage.psql.entities.HttpSessionStatisticsEntity
- All Implemented Interfaces:
- Serializable
@Entity
public class HttpSessionStatisticsEntity
- extends StatisticsEntity
- Author:
- dagafonov
- See Also:
- Serialized Form
HttpSessionStatisticsEntity
public HttpSessionStatisticsEntity()
setStats
public void setStats(Map<String,String> stats)
- Specified by:
setStats in class StatisticsEntity
getCurSessions
public long getCurSessions()
setCurSessions
public void setCurSessions(long curSessions)
getMinSessions
public long getMinSessions()
setMinSessions
public void setMinSessions(long minSessions)
getMaxSessions
public long getMaxSessions()
setMaxSessions
public void setMaxSessions(long maxSessions)
getNewSessions
public long getNewSessions()
setNewSessions
public void setNewSessions(long newSessions)
getDelSessions
public long getDelSessions()
setDelSessions
public void setDelSessions(long delSessions)
Copyright © 2010-2013 anotheria.net. All Rights Reserved.