Interface SmiAgentCapabilities


public interface SmiAgentCapabilities
The SmiAgentCapabilities interface represents a SMIv2 AGENT-CAPABILITIES statement.
Since:
1.7.0
Author:
Frank Fock
  • Method Details

    • getProductRelease

      String getProductRelease()
      Gets the product release clause.
      Returns:
      the product release.
    • getSupportedModules

      List<SmiSupportedModule> getSupportedModules()
      Gets the list of supported modules.
      Returns:
      a list of SmiSupportedModule instances.