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

java.lang.Object
  extended by net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FilterStatEntity, HttpSessionStatisticsEntity, JSONStatisticsEntity, MemoryPoolStatEntity, MemoryStatEntity, OSStatEntity, RuntimeStatEntity, ServiceStatsEntity, ThreadCountStatEntity, ThreadStatesStatEntity

@Entity
public abstract class StatisticsEntity
extends Object
implements Serializable

Author:
dagafonov
See Also:
Serialized Form

Constructor Summary
StatisticsEntity()
           
 
Method Summary
 boolean equals(Object obj)
           
 long getId()
           
 int hashCode()
           
 void setId(long id)
           
abstract  void setStats(Map<String,String> stats)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticsEntity

public StatisticsEntity()
Method Detail

getId

public long getId()

setId

public void setId(long id)

setStats

public abstract void setStats(Map<String,String> stats)
Parameters:
stats -

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013 anotheria.net. All Rights Reserved.