|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plugin | |
---|---|
org.jmonit.features | |
org.jmonit.monitors | |
org.jmonit.spi |
Uses of Plugin in org.jmonit.features |
---|
Classes in org.jmonit.features that implement Plugin | |
---|---|
class |
AbstractFeature<F>
Abstract support class for Plugins. |
class |
Concurrency
Computes some statistics from monitored datas. |
class |
HttpStatus
|
class |
LastValues
Maintains a list a last N values. |
class |
LocalStopwatch
|
class |
Statistics
Computes some statistics from monitored datas. |
Uses of Plugin in org.jmonit.monitors |
---|
Fields in org.jmonit.monitors with type parameters of type Plugin | |
---|---|
protected java.util.concurrent.ConcurrentMap<java.lang.Class<?>,Plugin> |
AbstractMonitor.components
Components of the composite, with public "feature" API class name as key |
Methods in org.jmonit.monitors that return Plugin | |
---|---|
Plugin |
AbstractMonitor.get(java.lang.Class role)
|
Methods in org.jmonit.monitors with parameters of type Plugin | |
---|---|
void |
AbstractMonitor.register(Plugin plugin,
java.lang.Class role)
|
Uses of Plugin in org.jmonit.spi |
---|
Methods in org.jmonit.spi that return Plugin | |
---|---|
Plugin<F> |
Factory.newPluginInstance()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |