Uses of Interface
org.opennms.netmgt.dao.api.IfLabel
-
Packages that use IfLabel Package Description org.opennms.netmgt.dao.hibernate org.opennms.netmgt.dao.util org.opennms.netmgt.threshd -
-
Uses of IfLabel in org.opennms.netmgt.dao.hibernate
Classes in org.opennms.netmgt.dao.hibernate that implement IfLabel Modifier and Type Class Description class
IfLabelDaoImpl
A convenience class for methods to encode/decode ifLabel descriptions for storing SNMP data in an RRD file.Methods in org.opennms.netmgt.dao.hibernate that return IfLabel Modifier and Type Method Description static IfLabel
IfLabelDaoImpl. getInstance()
-
Uses of IfLabel in org.opennms.netmgt.dao.util
Classes in org.opennms.netmgt.dao.util that implement IfLabel Modifier and Type Class Description class
AbstractIfLabel
A convenience class for methods to encode/decode ifLabel descriptions for storing SNMP data in an RRD file. -
Uses of IfLabel in org.opennms.netmgt.threshd
Methods in org.opennms.netmgt.threshd with parameters of type IfLabel Modifier and Type Method Description void
DefaultThresholdingSetPersister. setIfLabelDao(IfLabel ifLabelDao)
Constructors in org.opennms.netmgt.threshd with parameters of type IfLabel Constructor Description CollectionResourceWrapper(java.util.Date collectionTimestamp, int nodeId, java.lang.String hostAddress, java.lang.String serviceName, RrdRepository repository, CollectionResource resource, java.util.Map<java.lang.String,CollectionAttribute> attributes, ResourceStorageDao resourceStorageDao, IfLabel ifLabelDao, java.lang.Long sequenceNumber)
Constructor for CollectionResourceWrapper.ThresholdingSetImpl(int nodeId, java.lang.String hostAddress, java.lang.String serviceName, RrdRepository repository, ServiceParameters svcParams, ResourceStorageDao resourceStorageDao, ThresholdingEventProxy eventProxy, ThresholdingSession thresholdingSession, ReadableThreshdDao threshdDao, ReadableThresholdingDao thresholdingDao, ReadablePollOutagesDao pollOutagesDao, IfLabel ifLabelDao, EntityScopeProvider entityScopeProvider)
-