|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.aae.jmx.monitor.SingleLineUimaJmxMonitorListener
public class SingleLineUimaJmxMonitorListener
This class implements JmxMonitorListener
interface. It provides basic formatting for
UIMA-AS service metrics. All metrics are formatted and logged into a uima log if one is defined.
Otherwise, the output is dumped to stdout.
Constructor Summary | |
---|---|
SingleLineUimaJmxMonitorListener()
Constructor |
Method Summary | |
---|---|
void |
onNewMetrics(long sampleTime,
ServiceMetrics[] metrics)
Callback method called by the JmxMonitor after each checkpoint. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleLineUimaJmxMonitorListener()
Method Detail |
---|
public void onNewMetrics(long sampleTime, ServiceMetrics[] metrics)
onNewMetrics
in interface JmxMonitorListener
sampleTime
- - last checkpoint timemetrics
- - an array of ServiceMetrics objects, each holding metrics for a specific UIMA AS
service.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |