Uses of Interface
net.sf.infrared.agent.integration.ComponentMonitor

Packages that use ComponentMonitor
net.sf.infrared.agent.integration   
 

Uses of ComponentMonitor in net.sf.infrared.agent.integration
 

Classes in net.sf.infrared.agent.integration that implement ComponentMonitor
 class ComponentMonitorImpl
          The default implementation of the ComponentMonitor interface.
 

Methods in net.sf.infrared.agent.integration that return ComponentMonitor
static ComponentMonitor ComponentRegistry.getComponentMonitor(String name)
          Gets the component monitor registered by the given name; returns null if none is registered
 

Methods in net.sf.infrared.agent.integration with parameters of type ComponentMonitor
static boolean ComponentRegistry.register(String name, ComponentMonitor compMonitor)
          Registers a monitor in a given name.
static boolean ComponentRegistry.reregister(String name, ComponentMonitor compMonitor)
          Registers a monitor in a given name.