Uses of Interface
org.codice.ddf.admin.application.service.ApplicationService
Packages that use ApplicationService
Package
Description
-
Uses of ApplicationService in org.codice.ddf.admin.application.service.command
Fields in org.codice.ddf.admin.application.service.command declared as ApplicationServiceModifier and TypeFieldDescriptionprotected ApplicationServiceAbstractProfileCommand.applicationServiceMethods in org.codice.ddf.admin.application.service.command with parameters of type ApplicationServiceModifier and TypeMethodDescriptionprotected abstract voidAbstractProfileCommand.doExecute(ApplicationService applicationService, org.apache.karaf.features.FeaturesService featuresService, org.apache.karaf.bundle.core.BundleService bundleService) Execute profile command operations.protected final voidProfileInstallCommand.doExecute(ApplicationService applicationService, org.apache.karaf.features.FeaturesService featuresService, org.apache.karaf.bundle.core.BundleService bundleService) protected voidProfileListCommand.doExecute(ApplicationService applicationService, org.apache.karaf.features.FeaturesService featuresService, org.apache.karaf.bundle.core.BundleService bundleService) -
Uses of ApplicationService in org.codice.ddf.admin.application.service.impl
Classes in org.codice.ddf.admin.application.service.impl that implement ApplicationServiceModifier and TypeClassDescriptionclassImplementation of the ApplicationService.Constructors in org.codice.ddf.admin.application.service.impl with parameters of type ApplicationServiceModifierConstructorDescriptionApplicationServiceBean(ApplicationService appService, org.codice.ddf.admin.core.api.ConfigurationAdmin configAdmin, MBeanServer mBeanServer, org.codice.ddf.sync.installer.api.SynchronizedInstaller syncInstaller, org.apache.karaf.system.SystemService systemService) Creates an instance of an ApplicationServiceBean