Interface MonitorProviderCfg

    • Method Detail

      • configurationClass

        Class<? extends MonitorProviderCfg> configurationClass()
        Gets the configuration class associated with this Monitor Provider.
        Specified by:
        configurationClass in interface Configuration
        Returns:
        Returns the configuration class associated with this Monitor Provider.
      • addChangeListener

        void addChangeListener​(ConfigurationChangeListener<MonitorProviderCfg> listener)
        Register to be notified when this Monitor Provider is changed.
        Parameters:
        listener - The Monitor Provider configuration change listener.
      • removeChangeListener

        void removeChangeListener​(ConfigurationChangeListener<MonitorProviderCfg> listener)
        Deregister an existing Monitor Provider configuration change listener.
        Parameters:
        listener - The Monitor Provider configuration change listener.
      • isEnabled

        boolean isEnabled()
        Gets the "enabled" property.

        Indicates whether the Monitor Provider is enabled for use.

        Returns:
        Returns the value of the "enabled" property.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the Monitor Provider implementation.

        Returns:
        Returns the value of the "java-class" property.