Interface ApplicationDeploymentService
- All Known Implementing Classes:
AbstractApplicationDeploymentService
,JettyApplicationDeploymentService
public interface ApplicationDeploymentService
Handles the deployment of
Element
s defined by Application
s.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
deployApplication
(Application application) Deploys theApplication
.void
Starts theApplicationDeploymentService
, deploying allApplication
s 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 allApplication
s and loading them into the service. -
deployApplication
Deploys theApplication
.- Parameters:
application
- theApplication
-