|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LightStatisticsReporterMBean
This interface defines the functionality accessible through JMX.
Method Summary | |
---|---|
void |
disableMonitor()
Disables the monitor preventing gathering measurements. |
void |
enableMonitor()
Enables the monitor to gather measurements. |
String[] |
getData()
Retrieves the performance measurements and returns a string representation. |
String |
getFormatString()
|
boolean |
isFullyQualified()
|
String |
report()
Shows a Html report of the current data. |
void |
resetMonitor()
Clears all the measured data. |
void |
setFormatString(String formatString)
Sets the format string used to layout measurements. |
void |
setFullyQualified(boolean fullyQualified)
Sets whether the class names should be shown in fully qualified representation. |
Method Detail |
---|
String[] getData()
setFormatString(String)
method.
void resetMonitor()
void enableMonitor()
void disableMonitor()
String getFormatString()
void setFormatString(String formatString)
MessageFormat
instance.
formatString
- The format string.MessageFormat
boolean isFullyQualified()
true
if class names are shown fully
qualified.void setFullyQualified(boolean fullyQualified)
fullyQualified
- true
to show fully qualified class
names.String report()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |