org.inspektr.statistics
Class StatisticActionContext
java.lang.Object
org.inspektr.statistics.StatisticActionContext
public final class StatisticActionContext
- extends Object
Represents a statistic to be stored in the database.
- Since:
- 1.0
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticActionContext
public StatisticActionContext(Date when,
String what,
Statistic.Precision[] requiredPrecision,
String serverIpAddress,
String applicationCode)
getWhat
public String getWhat()
getWhen
public Date getWhen()
getRequiredPrecision
public Statistic.Precision[] getRequiredPrecision()
getServerIpAddress
public String getServerIpAddress()
getApplicationCode
public String getApplicationCode()
Copyright © 2007-2012. All Rights Reserved.