Uses of Interface
net.sf.infrared.bootstrap.MonitorFacade

Packages that use MonitorFacade
net.sf.infrared.agent   
net.sf.infrared.agent.setup   
net.sf.infrared.agent.util   
net.sf.infrared.bootstrap   
net.sf.infrared.bootstrap.impl   
 

Uses of MonitorFacade in net.sf.infrared.agent
 

Classes in net.sf.infrared.agent that implement MonitorFacade
 class MonitorFacadeImpl
          The MonitorFacade implementation which is used once the application is deployed.
 

Uses of MonitorFacade in net.sf.infrared.agent.setup
 

Methods in net.sf.infrared.agent.setup that return MonitorFacade
 MonitorFacade InfraREDLifeCycleListener.getAppPerformanceMonitorKit()
           
 

Uses of MonitorFacade in net.sf.infrared.agent.util
 

Classes in net.sf.infrared.agent.util that implement MonitorFacade
 class MultipleEntryGaurd
          This class is used to detect/prevent calls to InfraRED while we are in the processs of executing InfraRED code, this can happen if one of the libraries that InfraRED depends (e.g.
 

Constructors in net.sf.infrared.agent.util with parameters of type MonitorFacade
MultipleEntryGaurd(MonitorFacade delegate)
           
 

Uses of MonitorFacade in net.sf.infrared.bootstrap
 

Methods in net.sf.infrared.bootstrap that return MonitorFacade
static MonitorFacade MonitorFactory.getFacade()
          Returns an instance of the last registered MonitorFacade implementation; or an instance of DummyFacadeImpl
 

Methods in net.sf.infrared.bootstrap with parameters of type MonitorFacade
static void MonitorFactory.registerFacadeImpl(MonitorFacade aPerfMonitorKit)
          Registers a MonitorFacade implementation class.
static void MonitorFactory.unregisterFacadeImpl(MonitorFacade aPerfMonitorKit)
          unregister a performance monitor kit implementation
 

Uses of MonitorFacade in net.sf.infrared.bootstrap.impl
 

Classes in net.sf.infrared.bootstrap.impl that implement MonitorFacade
 class DummyMonitorFacade
          A dummy implementation of the MonitorFacade which performs no monitoring.