org.opennms.netmgt.threshd
Interface ThresholdNetworkInterface

All Superinterfaces:
NetworkInterface

public interface ThresholdNetworkInterface
extends NetworkInterface

Extension to the NetworkInterface class that includes the node ID. This helps to minimize a database query to get information that is already available in Threshd.


Field Summary
 
Fields inherited from interface org.opennms.netmgt.poller.NetworkInterface
TYPE_IPV4, TYPE_UNKNOWN
 
Method Summary
 int getNodeId()
           
 
Methods inherited from interface org.opennms.netmgt.poller.NetworkInterface
getAddress, getAttribute, getType, setAttribute
 

Method Detail

getNodeId

int getNodeId()


Copyright © 2009. All Rights Reserved.