Uses of Class
com.jamonapi.Monitor

Packages that use Monitor
com.jamonapi This package contains classes and interfaces used to monitor Java applications. 
com.jamonapi.log4j   
 

Uses of Monitor in com.jamonapi
 

Subclasses of Monitor in com.jamonapi
 class MonitorComposite
           
 class NullMonitor
           
 

Methods in com.jamonapi that return Monitor
 Monitor MonitorComposite.add(double value)
           
 Monitor Monitor.add(double value)
           
 Monitor MonitorFactoryInterface.add(MonKey key, double value)
          Used when you want to create your own key for the monitor.
static Monitor MonitorFactory.add(MonKey key, double value)
          Used when you want to create your own key for the monitor.
 Monitor FactoryEnabled.add(MonKey key, double value)
           
 Monitor FactoryDisabled.add(MonKey key, double value)
           
 Monitor MonitorFactoryInterface.add(java.lang.String label, java.lang.String units, double value)
          Return a monitor with the given label and units.
static Monitor MonitorFactory.add(java.lang.String label, java.lang.String units, double value)
          Aggregate the passed in value with the monitor associated with the label, and the units.
 Monitor FactoryEnabled.add(java.lang.String label, java.lang.String units, double value)
           
 Monitor FactoryDisabled.add(java.lang.String label, java.lang.String units, double value)
           
 Monitor MonitorFactoryInterface.getMonitor()
          Returns a non-TimeMonitor that won't update the jamon factory.
static Monitor MonitorFactory.getMonitor()
           
 Monitor FactoryEnabled.getMonitor()
           
 Monitor FactoryDisabled.getMonitor()
           
 Monitor MonitorFactoryInterface.getMonitor(MonKey key)
          Get the monitor associated with the passed in key.
static Monitor MonitorFactory.getMonitor(MonKey key)
          Get the monitor associated with the passed in key.
 Monitor FactoryEnabled.getMonitor(MonKey key)
           
 Monitor FactoryDisabled.getMonitor(MonKey key)
           
 Monitor MonitorFactoryInterface.getMonitor(java.lang.String label, java.lang.String units)
          Get the monitor with the passed in label, and units.
static Monitor MonitorFactory.getMonitor(java.lang.String label, java.lang.String units)
          Return the monitor associated with the label, and units.
 Monitor FactoryEnabled.getMonitor(java.lang.String label, java.lang.String units)
           
 Monitor FactoryDisabled.getMonitor(java.lang.String label, java.lang.String units)
           
 Monitor[] MonitorComposite.getMonitors()
           
 Monitor MonitorFactoryInterface.getTimeMonitor(MonKey key)
          Get the time monitor associated with the passed in key.
static Monitor MonitorFactory.getTimeMonitor(MonKey key)
          Get the time monitor associated with the passed in key.
 Monitor FactoryEnabled.getTimeMonitor(MonKey key)
           
 Monitor FactoryDisabled.getTimeMonitor(MonKey key)
           
 Monitor MonitorFactoryInterface.getTimeMonitor(java.lang.String label)
          Get the time monitor associated with the passed in label.
static Monitor MonitorFactory.getTimeMonitor(java.lang.String label)
          Return the time monitor associated with the label.
 Monitor FactoryEnabled.getTimeMonitor(java.lang.String label)
           
 Monitor FactoryDisabled.getTimeMonitor(java.lang.String label)
           
 Monitor MonitorFactoryInterface.start()
          Returns a TimeMonitor that won't update the jamon factory.
static Monitor MonitorFactory.start()
          Return a timing monitor with units in milliseconds, that is not aggregated into the jamon stats.
 Monitor MonitorComposite.start()
           
 Monitor Monitor.start()
           
 Monitor FactoryEnabled.start()
           
 Monitor FactoryDisabled.start()
           
 Monitor MonitorFactoryInterface.start(MonKey key)
          Start using the passed in key.
static Monitor MonitorFactory.start(MonKey key)
          Start using the passed in key.
 Monitor FactoryEnabled.start(MonKey key)
           
 Monitor FactoryDisabled.start(MonKey key)
           
 Monitor MonitorFactoryInterface.start(java.lang.String label)
          Return a time monitor (the units are implied and are ms.
static Monitor MonitorFactory.start(java.lang.String label)
          Return a timing monitor with units in milliseconds.
 Monitor FactoryEnabled.start(java.lang.String label)
           
 Monitor FactoryDisabled.start(java.lang.String label)
           
 Monitor MonitorFactoryInterface.startPrimary(MonKey key)
          Start a monitor with the specified key and mark it as primary
static Monitor MonitorFactory.startPrimary(MonKey key)
          Start a monitor with the specified key and mark it as primary
 Monitor FactoryEnabled.startPrimary(MonKey key)
           
 Monitor FactoryDisabled.startPrimary(MonKey key)
           
 Monitor MonitorFactoryInterface.startPrimary(java.lang.String label)
          Start a time monitor and mark it as primary
static Monitor MonitorFactory.startPrimary(java.lang.String label)
          Return a timing monitor with units in milliseconds, that is not aggregated into the jamon stats.
 Monitor FactoryEnabled.startPrimary(java.lang.String label)
           
 Monitor FactoryDisabled.startPrimary(java.lang.String label)
           
 Monitor MonitorComposite.stop()
           
 Monitor Monitor.stop()
           
 

Methods in com.jamonapi with parameters of type Monitor
 void JAMonListener.processEvent(Monitor mon)
           
 void JAMonBufferListener.processEvent(Monitor mon)
          When this event is fired the monitor will be added to the rolling buffer
 void JAMonArrayBufferListener.processEvent(Monitor mon)
          When this event is fired the monitor will be added to the rolling buffer.
 void CompositeListener.processEvent(Monitor mon)
          Notify all listeners that are part of this composite of a jamon event and pass them the monitor that triggered the event.
 

Constructors in com.jamonapi with parameters of type Monitor
MonitorComposite(Monitor[] monitors)
          Creates a new instance of MonitorComposite
TestClass(int threadNum, long lobits, long hibits, Monitor mon)
           
 

Uses of Monitor in com.jamonapi.log4j
 

Methods in com.jamonapi.log4j with parameters of type Monitor
 void Log4jBufferListener.processEvent(Monitor mon)
          When this event is fired the monitor will be added to the rolling buffer.
protected  java.lang.Object[] Log4jBufferListener.toArray(org.apache.log4j.spi.LoggingEvent event, Monitor mon)
          method that returns an array to use in the Buffer.
 



Copyright © 2012. All Rights Reserved.