org.opennms.netmgt.dao
Interface AttributeSecretDao


public interface AttributeSecretDao

This is part of the 'secret' project from the 2005 Dev-Jam. It will mostly likely be replaced by or refactored into the new ResourceDao.

Version:
$Id: $
Author:
ranger

Method Summary
 Collection<OnmsSecretAttribute> getAttributesForInterface(OnmsIpInterface iface)
          getAttributesForInterface
 Collection<OnmsSecretAttribute> getAttributesForNode(OnmsNode node)
          getAttributesForNode
 OnmsSecretAttribute getResponseTimeAttributeForService(OnmsMonitoredService svc)
          getResponseTimeAttributeForService
 

Method Detail

getAttributesForNode

Collection<OnmsSecretAttribute> getAttributesForNode(OnmsNode node)

getAttributesForNode

Parameters:
node - a OnmsNode object.
Returns:
a Collection object.

getAttributesForInterface

Collection<OnmsSecretAttribute> getAttributesForInterface(OnmsIpInterface iface)

getAttributesForInterface

Parameters:
iface - a OnmsIpInterface object.
Returns:
a Collection object.

getResponseTimeAttributeForService

OnmsSecretAttribute getResponseTimeAttributeForService(OnmsMonitoredService svc)

getResponseTimeAttributeForService

Parameters:
svc - a OnmsMonitoredService object.
Returns:
a OnmsSecretAttribute object.


Copyright © 2011. All Rights Reserved.