public interface FwdJMXMBean
| Modifier and Type | Method and Description |
|---|---|
void |
dumpAll(java.lang.String file)
Print counters' values to the file
|
void |
enableAll(boolean val)
Enable/diasable all counters
|
java.lang.String |
getAnnotation()
Get counter annotation
|
void |
resetAll()
Reset all counters
|
void |
setAnnotation(java.lang.String annotation)
Set counter annotation
|
void resetAll()
void enableAll(boolean val)
val - new value of the "enable" flagjava.lang.String getAnnotation()
void setAnnotation(java.lang.String annotation)
annotation - counter annotationvoid dumpAll(java.lang.String file)
throws java.io.IOException
file - output file name (will be appended if exists)java.io.IOException