org.opennms.netmgt.collectd
Interface CollectionSet

All Known Implementing Classes:
HttpCollector.HttpCollectionSet, SnmpCollectionSet

public interface CollectionSet


Method Summary
 int getStatus()
           
 boolean ignorePersist()
           
 void visit(CollectionSetVisitor visitor)
          Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others) The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
 

Method Detail

getStatus

int getStatus()

visit

void visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others) The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)


ignorePersist

boolean ignorePersist()


Copyright © 2009. All Rights Reserved.