Class PersistAllSelectorStrategy
- java.lang.Object
-
- org.opennms.netmgt.collection.support.PersistAllSelectorStrategy
-
- All Implemented Interfaces:
PersistenceSelectorStrategy
public class PersistAllSelectorStrategy extends java.lang.Object implements PersistenceSelectorStrategy
PersistAllSelectorStrategy (default implementation of the PersistenceSelectorStrategy interface).- Author:
- Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description PersistAllSelectorStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setParameters(java.util.List<Parameter> parameterCollection)
boolean
shouldPersist(CollectionResource resource)
-
-
-
Method Detail
-
shouldPersist
public boolean shouldPersist(CollectionResource resource)
- Specified by:
shouldPersist
in interfacePersistenceSelectorStrategy
-
setParameters
public void setParameters(java.util.List<Parameter> parameterCollection)
- Specified by:
setParameters
in interfacePersistenceSelectorStrategy
-
-