Interface ApplicationDeploymentService
- All Known Implementing Classes:
AbstractApplicationDeploymentService,JettyApplicationDeploymentService
public interface ApplicationDeploymentService
Handles the deployment of
Elements defined by Applications.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddeployApplication(Application application) Deploys theApplication.voidStarts theApplicationDeploymentService, deploying allApplications and loading them into the service.
-
Field Details
-
APP_NODE
Defines a name for the app-node deployment service.- See Also:
-
APP_SERVE
Defines a name for the app-serve deployment service.- See Also:
-
-
Method Details
-
deployAvailableApplications
void deployAvailableApplications()Starts theApplicationDeploymentService, deploying allApplications and loading them into the service. -
deployApplication
Deploys theApplication.- Parameters:
application- theApplication
-