net.anotheria.moskito.central.storage.psql.entities
Class HttpSessionStatisticsEntity

java.lang.Object
  extended by net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
      extended by net.anotheria.moskito.central.storage.psql.entities.HttpSessionStatisticsEntity
All Implemented Interfaces:
Serializable

@Entity
public class HttpSessionStatisticsEntity
extends StatisticsEntity

Author:
dagafonov
See Also:
Serialized Form

Constructor Summary
HttpSessionStatisticsEntity()
           
 
Method Summary
 long getCurSessions()
           
 long getDelSessions()
           
 long getMaxSessions()
           
 long getMinSessions()
           
 long getNewSessions()
           
 void setCurSessions(long curSessions)
           
 void setDelSessions(long delSessions)
           
 void setMaxSessions(long maxSessions)
           
 void setMinSessions(long minSessions)
           
 void setNewSessions(long newSessions)
           
 void setStats(Map<String,String> stats)
           
 
Methods inherited from class net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpSessionStatisticsEntity

public HttpSessionStatisticsEntity()
Method Detail

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.