Interface Applications

    • Method Detail

      • getModules

        List<ApplicationName> getModules()
        Gets the value of the MbeanorApplication property. Objects of the following type(s) are allowed in the list Application
        Returns:
      • getModules

        @DuckTyped
        <T> List<T> getModules​(Class<T> type)
        Gets a subset of getModules() that has the given type.
        Type Parameters:
        T -
        Parameters:
        type -
        Returns:
      • getApplication

        @DuckTyped
        Application getApplication​(String moduleID)
        Return the application with the given module ID (name), or null if no such application exists.
        Parameters:
        moduleID - the module ID of the application
        Returns:
        the Application object, or null if no such app