|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Reportable | |
|---|---|
| de.is24.util.monitoring | |
| de.is24.util.monitoring.jmx | |
| de.is24.util.monitoring.state2graphite | |
| de.is24.util.monitoring.status | |
| Uses of Reportable in de.is24.util.monitoring |
|---|
| Classes in de.is24.util.monitoring with type parameters of type Reportable | |
|---|---|
(package private) class |
Monitors<T extends Reportable>
Wrapper class for monitors. |
| Classes in de.is24.util.monitoring that implement Reportable | |
|---|---|
class |
AbstractStateValueProvider
Convenience implementation of StateValueProvider. |
class |
Counter
Counters are used to count events. |
class |
HistorizableList
This list manages ordering and discarding of registered Historizables with the same name. |
class |
SimpleStateValueProvider
Implements StateValueProvider for easily adding a key - value pair to our inapplicationmonitor. |
class |
StateValueProvider
StateValueProviders allow access to a numeric value (long), that is already available in the application |
class |
Timer
Currently a subclass of counter although this makes no sense and should be refactored Timers count and measure timed events. |
class |
Version
|
| Methods in de.is24.util.monitoring with parameters of type Reportable | |
|---|---|
void |
ReportableObserver.addNewReportable(Reportable reportable)
This method is called for each reportable that is registered on the InApplicationMonitor. |
void |
CorePlugin.SyncObserver.addNewReportable(Reportable reportable)
|
private void |
Monitors.notifyReportableObservers(Reportable reportable)
|
private void |
CorePlugin.notifyReportableObservers(Reportable reportable)
|
| Uses of Reportable in de.is24.util.monitoring.jmx |
|---|
| Fields in de.is24.util.monitoring.jmx with type parameters of type Reportable | |
|---|---|
private Map<String,Reportable> |
InApplicationMonitorJMXConnector.reportables
|
| Methods in de.is24.util.monitoring.jmx with parameters of type Reportable | |
|---|---|
void |
InApplicationMonitorJMXConnector.addNewReportable(Reportable reportable)
This method is called for each reportable that is registered on the InApplicationMonitor. |
| Constructors in de.is24.util.monitoring.jmx with parameters of type Reportable | |
|---|---|
InApplicationMonitorDynamicMBean(Reportable reportable)
|
|
| Uses of Reportable in de.is24.util.monitoring.state2graphite |
|---|
| Methods in de.is24.util.monitoring.state2graphite with parameters of type Reportable | |
|---|---|
void |
StateValuesToGraphite.addNewReportable(Reportable reportable)
|
| Uses of Reportable in de.is24.util.monitoring.status |
|---|
| Methods in de.is24.util.monitoring.status with parameters of type Reportable | |
|---|---|
void |
ServiceStateManager.addNewReportable(Reportable reportable)
|
void |
ServiceState.checkForReportable(Reportable reportable)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||