Interface VmApplicationsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    VmApplicationsServiceImpl

    public interface VmApplicationsService
    extends Service
    A service that provides information about applications installed in a virtual machine.
    • Method Detail

      • list

        VmApplicationsService.ListRequest list()
        Returns a list of applications installed in the virtual machine. The order of the returned list of applications isn't guaranteed.
      • applicationService

        VmApplicationService applicationService​(String id)
        Returns a reference to the service that provides information about a specific application.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.