Class ResourceType

    • Field Detail

      • LOG

        public static final org.slf4j.Logger LOG
    • Method Detail

      • getCollectionName

        protected java.lang.String getCollectionName()

        getCollectionName

        Returns:
        a String object.
      • getAttributeTypes

        public final java.util.Collection<SnmpAttributeType> getAttributeTypes()

        getAttributeTypes

        Returns:
        a Collection object.
      • loadAttributeTypes

        protected abstract java.util.Collection<SnmpAttributeType> loadAttributeTypes()

        loadAttributeTypes

        Returns:
        a Collection object.
      • hasDataToCollect

        protected boolean hasDataToCollect()

        hasDataToCollect

        Returns:
        a boolean.
      • getCollectionInstances

        public SnmpInstId[] getCollectionInstances()
        This method returns an array of the instances that the attributes of this type should be collected for It is used to restricting data collection to just these instances. It is useful for collecting only the required data when a small amount of data from a large table is being collected.
        Returns:
        an array of SnmpInstId objects.
      • getResources

        public abstract java.util.Collection<? extends SnmpCollectionResource> getResources()

        getResources

        Returns:
        a Collection object.