Uses of Interface
org.jmonit.Monitor

Packages that use Monitor
org.jmonit   
org.jmonit.events   
org.jmonit.features   
org.jmonit.monitors   
org.jmonit.reporting   
org.jmonit.repositories   
org.jmonit.spi   
org.jmonit.support.aop   
org.jmonit.support.jdbc JDBC monitoring Warning : this code is still experimental 
org.jmonit.web   
 

Uses of Monitor in org.jmonit
 

Methods in org.jmonit that return Monitor
 Monitor Repository.getMonitor(java.lang.String name)
           
static Monitor Monitoring.getMonitor(java.lang.String name)
          Get an existing monitor or creates it.
 Monitor Monitor.tag(java.lang.String tag)
          Tag the monitor
static Monitor Monitoring.tag(java.lang.String name, java.lang.String tag)
          Apply the specified tag to the specified monitor
 

Methods in org.jmonit that return types with arguments of type Monitor
 java.util.Collection<Monitor> Repository.getMonitors()
           
 java.util.Collection<Monitor> Repository.getMonitorsWithFeatures(java.lang.Class[] features)
           
 java.util.Collection<Monitor> Repository.getMonitorsWithTag(java.lang.String tag)
           
 java.util.Collection<Monitor> Repository.getMonitorsWithTags(java.lang.String[] tags)
           
 

Methods in org.jmonit with parameters of type Monitor
static Stopwatch Stopwatch.start(Monitor monitor)
          Start a new Stopwatch to evaluate time consumed to execute some processing.
static Probe Probe.start(Monitor monitor)
          Deprecated.  
 

Constructors in org.jmonit with parameters of type Monitor
Stopwatch(Monitor monitor)
          Constructor
 

Uses of Monitor in org.jmonit.events
 

Methods in org.jmonit.events that return Monitor
 Monitor HttpRequestServed.getMonitor()
           
 

Constructors in org.jmonit.events with parameters of type Monitor
HttpRequestServed(javax.servlet.http.HttpServletRequest request, long time, int status, Monitor monitor)
           
 

Uses of Monitor in org.jmonit.features
 

Methods in org.jmonit.features with parameters of type Monitor
 void LocalStopwatch.setMonitor(Monitor monitor)
          Set the monitor this plugin extends.
 void AbstractFeature.setMonitor(Monitor monitor)
          Set the monitor this plugin extends.
 

Uses of Monitor in org.jmonit.monitors
 

Classes in org.jmonit.monitors that implement Monitor
 class AbstractMonitor
          A Monitor implementation that delegates to multiple monitors.
 class DefaultMonitor
          Default Monitor implementation.
 class NullMonitor
          A convenience stub for testing purpose or to disable monitoring without breaking the application.
 

Methods in org.jmonit.monitors that return Monitor
 Monitor NullMonitor.tag(java.lang.String tag)
          Tag the monitor
 Monitor AbstractMonitor.tag(java.lang.String tag)
          Tag the monitor
 

Uses of Monitor in org.jmonit.reporting
 

Methods in org.jmonit.reporting with parameters of type Monitor
 void Visitor.visit(Monitor monitor)
          Callback to visit a monitor
 void JSonRenderer.visit(Monitor monitor)
          Callback to visit a monitor
 

Uses of Monitor in org.jmonit.repositories
 

Methods in org.jmonit.repositories that return Monitor
 Monitor AbstractRepository.getMonitor(java.lang.String name)
          
protected  Monitor DefaultRepository.newMonitorInstance(java.lang.String name)
          
protected abstract  Monitor AbstractRepository.newMonitorInstance(java.lang.String name)
           
 

Methods in org.jmonit.repositories that return types with arguments of type Monitor
 java.util.Collection<Monitor> AbstractRepository.getMonitors()
          
 java.util.Collection<Monitor> AbstractRepository.getMonitorsWithFeatures(java.lang.Class[] features)
          
 java.util.Collection<Monitor> AbstractRepository.getMonitorsWithTag(java.lang.String tag)
          
 java.util.Collection<Monitor> AbstractRepository.getMonitorsWithTags(java.lang.String[] tags)
          
 

Uses of Monitor in org.jmonit.spi
 

Methods in org.jmonit.spi with parameters of type Monitor
 void Plugin.setMonitor(Monitor monitor)
          Set the monitor this plugin extends.
 

Uses of Monitor in org.jmonit.support.aop
 

Methods in org.jmonit.support.aop that return Monitor
protected  Monitor PerformanceInterceptor.getFailureMonitor(Monitor monitor, java.lang.Throwable error)
          Select a monitor for method invocation failures.
protected  Monitor PerformanceInterceptor.getSuccessMonitor(Monitor monitor)
          Select a monitor for successful method invocations.
 

Methods in org.jmonit.support.aop with parameters of type Monitor
protected  Monitor PerformanceInterceptor.getFailureMonitor(Monitor monitor, java.lang.Throwable error)
          Select a monitor for method invocation failures.
protected  Monitor PerformanceInterceptor.getSuccessMonitor(Monitor monitor)
          Select a monitor for successful method invocations.
 

Uses of Monitor in org.jmonit.support.jdbc
 

Methods in org.jmonit.support.jdbc that return Monitor
 Monitor JdbcMonitor.getCallableStatementMonitor(java.lang.String sql)
           
 Monitor JdbcMonitor.getConnectionMonitor()
           
protected  Monitor MonitoredPreparedStatement.getMonitor()
           
protected  Monitor MonitoredCallableStatement.getMonitor()
          
 Monitor JdbcMonitor.getPreparedStatementMonitor(java.lang.String sql)
           
 Monitor JdbcMonitor.getStatementMonitor(java.lang.String sql)
           
 

Methods in org.jmonit.support.jdbc with parameters of type Monitor
 void MonitoredDataSource.setMonitor(Monitor monitor)
           
 

Constructors in org.jmonit.support.jdbc with parameters of type Monitor
JdbcMonitor(Monitor monitor)
          Constructor
 

Uses of Monitor in org.jmonit.web
 

Constructor parameters in org.jmonit.web with type arguments of type Monitor
MonitorsIterator(java.util.Iterator<Monitor> iterator, java.util.Collection<java.lang.Class> features)
           
 



Copyright © 2007 Nicolas De Loof. All Rights Reserved.