org.opennms.netmgt.collectd
Class PersistAllSelectorStrategy

java.lang.Object
  extended by org.opennms.netmgt.collectd.PersistAllSelectorStrategy
All Implemented Interfaces:
PersistenceSelectorStrategy

public class PersistAllSelectorStrategy
extends Object
implements PersistenceSelectorStrategy

PersistAllSelectorStrategy (default implementation of the PersistenceSelectorStrategy interface).

Author:
Alejandro Galue

Constructor Summary
PersistAllSelectorStrategy()
           
 
Method Summary
 void setParameters(List<Parameter> parameterCollection)
           
 boolean shouldPersist(CollectionResource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistAllSelectorStrategy

public PersistAllSelectorStrategy()
Method Detail

shouldPersist

public boolean shouldPersist(CollectionResource resource)
Specified by:
shouldPersist in interface PersistenceSelectorStrategy

setParameters

public void setParameters(List<Parameter> parameterCollection)
Specified by:
setParameters in interface PersistenceSelectorStrategy


Copyright © 2011. All Rights Reserved.