Interface IWinConfiguration

All Superinterfaces:
IConfiguration

public interface IWinConfiguration extends IConfiguration
The IWinConfiguration interface represents the configuration for Windows protocols in the MetricsHub engine.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the namespace for the Windows protocol.
    char[]
    Gets the password for the Windows protocol.
    Gets the timeout for the Windows protocol.
    Gets the username for the Windows protocol.

    Methods inherited from interface org.sentrysoftware.metricshub.engine.configuration.IConfiguration

    validateConfiguration
  • Method Details

    • getNamespace

      String getNamespace()
      Gets the namespace for the Windows protocol.
      Returns:
      The namespace as a string.
    • getUsername

      String getUsername()
      Gets the username for the Windows protocol.
      Returns:
      The username as a string.
    • getTimeout

      Long getTimeout()
      Gets the timeout for the Windows protocol.
      Returns:
      The timeout as a Long value.
    • getPassword

      char[] getPassword()
      Gets the password for the Windows protocol.
      Returns:
      The password as a character array.