org.opennms.netmgt.threshd
Interface IfInfoGetter

All Known Implementing Classes:
JdbcIfInfoGetter

public interface IfInfoGetter

IfInfoGetter interface.

Version:
$Id: $
Author:
DJ Gregor, Alejandro Galue, DJ Gregor, Alejandro Galue

Method Summary
 Map<String,String> getIfInfoForNodeAndLabel(int nodeId, String ifLabel)
          getIfInfoForNodeAndLabel
 String getIfLabel(int nodeId, String ipAddress)
          getIfLabel
 

Method Detail

getIfInfoForNodeAndLabel

Map<String,String> getIfInfoForNodeAndLabel(int nodeId,
                                            String ifLabel)

getIfInfoForNodeAndLabel

Parameters:
nodeId - a int.
ifLabel - a String object.
Returns:
a Map object.

getIfLabel

String getIfLabel(int nodeId,
                  String ipAddress)

getIfLabel

Parameters:
nodeId - a int.
ipAddress - a String object.
Returns:
a String object.


Copyright © 2011. All Rights Reserved.