Uses of Interface
com.jamonapi.JAMonListener

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

Uses of JAMonListener in com.jamonapi
 

Subinterfaces of JAMonListener in com.jamonapi
 interface Range
          Class that contains buckets of time that are tracked within a monitor.
 

Classes in com.jamonapi that implement JAMonListener
 class CompositeListener
          A class that can contain other listeners that can listen to jamon events of interest.
 class JAMonArrayBufferListener
           
 class JAMonBufferListener
          JAMonListener that puts jamon data into a buffer that allows you to display the last N configurble detail events.
 class SharedJAMonBufferListener
          Class that works like JAMonBufferListeners but allows users to share buffers between monitors with the jamon gui...
 

Methods in com.jamonapi that return JAMonListener
 JAMonListener SharedJAMonBufferListener.copy()
          Returns a usable copy of this object and puts that object into the JAMonListenerFactory so it can be used by other Monitor's
 JAMonListener JAMonBufferListener.copy()
           
 JAMonListener JAMonArrayBufferListener.copy()
          Makes a usable copy of this BufferListener
 JAMonListener CopyJAMonListener.copy()
           
static JAMonListener JAMonListenerFactory.get(java.lang.String listenerName)
          Get an instance of the named factory instance.
 JAMonListener ListenerType.getListener()
          Get underlying listener class
 JAMonListener CompositeListener.getListener(int index)
          Return the listener associated with the index
 JAMonListener ListenerType.getListener(java.lang.String listenerName)
          Get a handle to the listener by name.
 JAMonListener CompositeListener.getListener(java.lang.String listenerName)
           
 

Methods in com.jamonapi with parameters of type JAMonListener
 void ListenerType.addListener(JAMonListener listenerToAdd)
          Add a listener to this listener type.
 CompositeListener CompositeListener.addListener(JAMonListener listener)
          Add a listener to the composite and return this object
static java.lang.Object[][] CompositeListener.getData(JAMonListener listener)
           
static java.lang.String[] CompositeListener.getHeader(JAMonListener listener)
           
static void JAMonListenerFactory.put(JAMonListener jamonListener)
          Developers may register their own listeners to be made available for use in JAMon
 

Uses of JAMonListener in com.jamonapi.log4j
 

Classes in com.jamonapi.log4j that implement JAMonListener
 class Log4jBufferListener
           This class can act as a standard JAMonBufferListener/FIFOBuffer or more interestingly if used with log4j it will put in the Buffer data that although designed to work as a Buffer that displays details unique to log4j, if the monitor does not have a Log4jMonKey, it will fallback to Standard JAMonBufferListener behaviour.
 

Methods in com.jamonapi.log4j that return JAMonListener
 JAMonListener Log4jBufferListener.copy()
          Makes a usable copy of this BufferListener
 



Copyright © 2012. All Rights Reserved.