Interface ResourceTypesDao

  • All Known Implementing Classes:
    DefaultResourceTypesDao

    public interface ResourceTypesDao
    Used to retrieve the aggregated list of resource types stored in: * $OPENNMS_HOME/etc/resource-types/ * $OPENNMS_HOME/etc/datacollection/ Previously, all of the generic resource type definition were stored in 'etc/datacollection/', which holds SNMP collector specific configuration. Since resource types are shared amongst collectors, we opted to relocate these to their own folder, while continuing to include resource types stored in original directory.
    Author:
    jwhite
    • Method Detail

      • getResourceTypes

        java.util.Map<java.lang.String,​ResourceType> getResourceTypes()
      • getResourceTypeByName

        ResourceType getResourceTypeByName​(java.lang.String name)
      • getLastUpdate

        java.util.Date getLastUpdate()