| Package | Description |
|---|---|
| org.wicketstuff.jamon.component | |
| org.wicketstuff.jamon.monitor |
| Constructor and Description |
|---|
JamonMonitorTable(String id,
MonitorSpecification specification,
long maxRowsPerPage) |
JamonProvider(MonitorSpecification specification) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysHitedMonitorSpecification
Specification that accepts monitor in case it has hits.
|
class |
AlwaysSatisfiedMonitorSpecification
Specification that always returns true.
|
class |
MonitorLabelPrefixSpecification
Class that checks if a
Monitors label starts with the MonitorLabelPrefixSpecification.firstPartOfLabel. |
class |
MonitorLabelSpecification
Specification that is satisfied whenever the label of the
Monitor is the same as the
MonitorLabelSpecification.label of this specification. |
| Modifier and Type | Method and Description |
|---|---|
List<com.jamonapi.Monitor> |
JamonRepository.find(MonitorSpecification specification) |
List<com.jamonapi.Monitor> |
MonitoringRepository.find(MonitorSpecification specification)
Returns all
Monitor that satisfy the given MonitorSpecification. |
Copyright © 2017. All rights reserved.