Interface ApplicationService

All Known Implementing Classes:
ApplicationServiceImpl

@Deprecated public interface ApplicationService
Deprecated.
going away in a future release. Service that keeps track and obtains status for applications running in the system.
  • Method Details

    • getApplications

      @Deprecated Set<Application> getApplications()
      Deprecated.
      Retrieve a set of applications are currently installed in the system.
      Returns:
      Set of applications.
    • getApplication

      @Deprecated Application getApplication(String applicationName)
      Deprecated.
      Returns the application that has the given name
      Parameters:
      applicationName - Name of the application to retrieve. Is case-insensitive.
      Returns:
      The application that matches the name or null if no application matched.
    • getInstallationProfiles

      @Deprecated List<org.apache.karaf.features.Feature> getInstallationProfiles()
      Deprecated.
      Gets the application Profile features on the system.
      Returns:
      the installation profiles.
    • getAllFeatures

      @Deprecated List<FeatureDetails> getAllFeatures()
      Deprecated.
      Returns List of FeatureDtos with repository and status information
      Returns: