public interface StatisticsPlugin
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear all statistics
|
java.lang.String |
getDescription(java.lang.String name)
Get the description
|
java.lang.String |
getDescription(java.lang.String name,
java.util.Locale locale)
Get the description
|
java.util.Set<java.lang.String> |
getNames()
Get the statistics names
|
java.lang.Class |
getType(java.lang.String name)
Get the type
|
java.lang.Object |
getValue(java.lang.String name)
Get the value of the statistics
|
boolean |
isEnabled()
Is the statistics module enabled
|
void |
setEnabled(boolean v)
Set the statistics module enabled
|
java.util.Set<java.lang.String> getNames()
java.lang.Class getType(java.lang.String name)
name
- The name of the statisticsjava.lang.String getDescription(java.lang.String name)
name
- The name of the statisticsjava.lang.String getDescription(java.lang.String name, java.util.Locale locale)
name
- The name of the statisticslocale
- The localejava.lang.Object getValue(java.lang.String name)
name
- The name of the statisticsboolean isEnabled()
void setEnabled(boolean v)
v
- The valuevoid clear()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)