Uses of Interface
org.codehaus.waffle.monitor.ContextMonitor

Packages that use ContextMonitor
org.codehaus.waffle   
org.codehaus.waffle.context   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.monitor   
 

Uses of ContextMonitor in org.codehaus.waffle
 

Methods in org.codehaus.waffle that return ContextMonitor
 ContextMonitor ComponentRegistry.getContextMonitor()
           
 

Uses of ContextMonitor in org.codehaus.waffle.context
 

Methods in org.codehaus.waffle.context that return ContextMonitor
protected  ContextMonitor AbstractContextContainerFactory.getContextMonitor()
           
 

Constructors in org.codehaus.waffle.context with parameters of type ContextMonitor
AbstractContextContainerFactory(MessageResources messageResources, ContextMonitor contextMonitor)
           
 

Uses of ContextMonitor in org.codehaus.waffle.context.pico
 

Methods in org.codehaus.waffle.context.pico that return ContextMonitor
 ContextMonitor PicoComponentRegistry.getContextMonitor()
           
 

Constructors in org.codehaus.waffle.context.pico with parameters of type ContextMonitor
PicoContextContainerFactory(MessageResources messageResources, ContextMonitor contextMonitor, RegistrarMonitor registrarMonitor, ParameterResolver parameterResolver)
           
ScriptedPicoContextContainerFactory(MessageResources messageResources, ContextMonitor contextMonitor, RegistrarMonitor registrarMonitor, ParameterResolver parameterResolver)
           
 

Uses of ContextMonitor in org.codehaus.waffle.monitor
 

Classes in org.codehaus.waffle.monitor that implement ContextMonitor
 class AbstractWritingMonitor
          Abstract implementation of Monitor that delegates writing to concrete subclasses.
 class CommonsLoggingMonitor
          Writing monitor that uses Commons-Logging to log events
 class ConsoleMonitor
          Writing monitor that write events to console.
 class SilentMonitor
          SilentMonitor is a writing monitor that writes nothing.
 



Copyright © 2008. All Rights Reserved.