Uses of Interface
net.sf.infrared.agent.transport.CollectionStrategy

Packages that use CollectionStrategy
net.sf.infrared.agent   
net.sf.infrared.agent.transport   
 

Uses of CollectionStrategy in net.sf.infrared.agent
 

Constructors in net.sf.infrared.agent with parameters of type CollectionStrategy
StatisticsCollector(CollectionStrategy collectionStartegy, String applicationName, String instanceName)
          Construct a new instance
 

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

Classes in net.sf.infrared.agent.transport that implement CollectionStrategy
 class CentralizedCollectionStrategy
          The CollectionStrategy impelementation, creates the Aggregator, Forwarder & FlushPolicy appropriate for infraRED to send statistics collected to a stand-alone infrared web application.
 class LocalCollectionStrategy
          This CollectionStrategy impelementation is used in case the infrared web application is not a remote application.