Uses of Class
org.opennms.netmgt.collectd.IfInfo
-
Packages that use IfInfo Package Description org.opennms.netmgt.collectd -
-
Uses of IfInfo in org.opennms.netmgt.collectd
Methods in org.opennms.netmgt.collectd that return IfInfo Modifier and Type Method Description IfInfo
AliasedResource. getIfInfo()
getIfInfoMethods in org.opennms.netmgt.collectd that return types with arguments of type IfInfo Modifier and Type Method Description java.util.Collection<IfInfo>
IfResourceType. getResources()
getResourcesjava.util.Set<IfInfo>
DefaultSnmpCollectionAgent. getSnmpInterfaceInfo(IfResourceType type)
getSnmpInterfaceInfojava.util.Set<IfInfo>
SnmpCollectionAgent. getSnmpInterfaceInfo(IfResourceType type)
getSnmpInterfaceInfoConstructors in org.opennms.netmgt.collectd with parameters of type IfInfo Constructor Description AliasedResource(ResourceType resourceType, java.lang.String domain, IfInfo ifInfo, java.lang.String ifAliasComment, java.lang.String ifAlias)
Constructor for AliasedResource.
-