Package | Description |
---|---|
org.javasimon |
Core package, contains
Simon implementations, with
the SimonManager as the center point of the API. |
org.javasimon.console |
Java Simon embeddable Web console base package.
|
org.javasimon.console.action |
All controllers (aka Action beans in Struts world) are located in this package.
|
org.javasimon.jmx |
JMX capabilities for Simons.
|
org.javasimon.utils |
Java Simon supporting utilities and tools.
|
Modifier and Type | Class and Description |
---|---|
class |
CounterSample
Object holds all relevant data from
Counter Simon. |
class |
StopwatchSample
Object holds all relevant data from
Stopwatch Simon. |
class |
UnknownSample
Sample produced by
UnknownSimon s. |
Modifier and Type | Method and Description |
---|---|
Sample |
Simon.sample()
Samples Simon values and returns them in a Java Bean derived from Sample interface.
|
Sample |
Simon.sampleIncrement(Object key)
Samples increment in Simon values since the previous call of this method with the
same key.
|
Sample |
Simon.sampleIncrementNoReset(Object key)
Samples current value of incremental Simon.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Sample> |
SimonType.getSampleType() |
Modifier and Type | Method and Description |
---|---|
static SimonType |
SimonTypeFactory.getValueFromInstance(Sample sample)
Get simon type from simon sample instance.
|
Modifier and Type | Method and Description |
---|---|
static SimonType |
SimonTypeFactory.getValueFromSampleType(Class<? extends Sample> sampleType)
Get simon type from simon sample class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TableJsonAction.printBodyCell(AbstractTableAction.Column column,
Sample sample,
PrintWriter writer) |
protected void |
AbstractTableAction.printBodyCell(AbstractTableAction.Column c,
Sample sample,
PrintWriter writer) |
protected void |
TableJsonAction.printBodyRow(Sample sample,
PrintWriter writer) |
protected void |
TableHtmlAction.printBodyRow(Sample sample,
PrintWriter writer) |
protected void |
TableCsvAction.printBodyRow(Sample sample,
PrintWriter writer) |
protected void |
AbstractTableAction.printBodyRow(Sample sample,
PrintWriter writer) |
Modifier and Type | Method and Description |
---|---|
Sample |
SimonSuperMXBean.sample()
Samples Simon values and returns them in a Java Bean derived from Sample interface.
|
Sample |
SimonSuperMXBean.sampleIncrement(String key)
Samples increment in Simon values since the previous call of this method with the
same key.
|
Modifier and Type | Method and Description |
---|---|
static String |
SampleHtmlGenerator.generate(Sample... samples)
Generates HTML table for the provided
Sample s. |
Modifier and Type | Method and Description |
---|---|
static String |
SampleHtmlGenerator.generate(Iterable<Sample> samples)
Generates HTML table for the provided
Sample s. |
Copyright © 2019. All rights reserved.