|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MonitorComposite | |
|---|---|
| com.jamonapi | This package contains classes and interfaces used to monitor Java applications. |
| Uses of MonitorComposite in com.jamonapi |
|---|
| Methods in com.jamonapi that return MonitorComposite | |
|---|---|
MonitorComposite |
MonitorFactoryInterface.getComposite(java.lang.String units)
|
static MonitorComposite |
MonitorFactory.getComposite(java.lang.String units)
Return the composite monitor (a collection of monitors) associated with the passed in units. |
MonitorComposite |
FactoryEnabled.getComposite(java.lang.String units)
Pass in the units (or range type) and return all monitors of that type. |
MonitorComposite |
FactoryDisabled.getComposite(java.lang.String units)
|
static MonitorComposite |
MonitorComposite.getMonitors(java.lang.String[][] labels)
Pass in an array with col1=lables, and col2=units and then call methods |
MonitorComposite |
MonitorFactoryInterface.getRootMonitor()
Get the root composite monitor that contains all monitors in this factory |
static MonitorComposite |
MonitorFactory.getRootMonitor()
Return the composite monitor of all monitors for this factory |
MonitorComposite |
FactoryEnabled.getRootMonitor()
getComposite("AllMonitors") is the same as getRootMonitor() |
MonitorComposite |
FactoryDisabled.getRootMonitor()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||