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

Packages that use MonitorConfig
net.sf.infrared.agent   
net.sf.infrared.agent.transport   
net.sf.infrared.agent.util   
net.sf.infrared.bootstrap   
net.sf.infrared.bootstrap.impl   
 

Uses of MonitorConfig in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent that return MonitorConfig
 MonitorConfig MonitorFacadeImpl.getConfiguration()
           
 

Constructors in net.sf.infrared.agent with parameters of type MonitorConfig
MonitorFacadeImpl(String applicationName, String instanceId, MonitorConfig config)
           
 

Uses of MonitorConfig in net.sf.infrared.agent.transport
 

Methods in net.sf.infrared.agent.transport with parameters of type MonitorConfig
 boolean LocalCollectionStrategy.init(MonitorConfig configuration)
           
 boolean CollectionStrategy.init(MonitorConfig configuration)
          Initialize the collection strategy, this methods need to be overridden to create the aggregator, forwarder & the flush policy and tie them together
 boolean CentralizedCollectionStrategy.init(MonitorConfig configuration)
           
 

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

Classes in net.sf.infrared.agent.util that implement MonitorConfig
 class ConfigurationProvider
          Class to read the properties file.
 

Methods in net.sf.infrared.agent.util that return MonitorConfig
 MonitorConfig MultipleEntryGaurd.getConfiguration()
           
 

Uses of MonitorConfig in net.sf.infrared.bootstrap
 

Methods in net.sf.infrared.bootstrap that return MonitorConfig
 MonitorConfig MonitorFacade.getConfiguration()
          Get the configuration object associated with this monitoring kit
 

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

Classes in net.sf.infrared.bootstrap.impl that implement MonitorConfig
 class DummyMonitorConfig
          Dummy implementation of MonitorConfig.
 

Methods in net.sf.infrared.bootstrap.impl that return MonitorConfig
 MonitorConfig DummyMonitorFacade.getConfiguration()
           
 

Methods in net.sf.infrared.bootstrap.impl with parameters of type MonitorConfig
 void DummyMonitorFacade.setConfiguration(MonitorConfig config)