Class AbstractCollectionSet
- java.lang.Object
-
- org.opennms.netmgt.collection.support.AbstractCollectionSet
-
- All Implemented Interfaces:
CollectionSet
,CollectionVisitable
- Direct Known Subclasses:
MultiResourceCollectionSet
,SingleResourceCollectionSet
public abstract class AbstractCollectionSet extends java.lang.Object implements CollectionSet
-
-
Constructor Summary
Constructors Constructor Description AbstractCollectionSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
ignorePersist()
ignorePersist-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.collection.api.CollectionSet
getCollectionTimestamp, getSequenceNumber, getStatus
-
Methods inherited from interface org.opennms.netmgt.collection.api.CollectionVisitable
visit
-
-
-
-
Method Detail
-
ignorePersist
public final boolean ignorePersist()
ignorePersist
- Specified by:
ignorePersist
in interfaceCollectionSet
- Returns:
- a boolean.
-
-