org.jbpm.console.ng.bd.service
Interface DeploymentManagerEntryPoint
- All Superinterfaces:
- GenericServiceEntryPoint<KModuleKey,KModuleDeploymentUnitSummary>
public interface DeploymentManagerEntryPoint
- extends GenericServiceEntryPoint<KModuleKey,KModuleDeploymentUnitSummary>
redeploy
void redeploy()
deploy
void deploy(DeploymentUnitSummary unit)
undeploy
void undeploy(DeploymentUnitSummary unitSummary)
activate
void activate(DeploymentUnitSummary unitSummary)
deactivate
void deactivate(DeploymentUnitSummary unitSummary)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.