org.jbpm.console.ng.bd.backend.server
Class DeploymentManagerEntryPointImpl
java.lang.Object
org.jbpm.console.ng.bd.backend.server.DeploymentManagerEntryPointImpl
- All Implemented Interfaces:
- DeploymentManagerEntryPoint, Initializable<org.jbpm.kie.services.api.DeploymentUnit>
@ApplicationScoped
public class DeploymentManagerEntryPointImpl
- extends Object
- implements DeploymentManagerEntryPoint, Initializable<org.jbpm.kie.services.api.DeploymentUnit>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentManagerEntryPointImpl
public DeploymentManagerEntryPointImpl()
configure
@PostConstruct
public void configure()
initDeployments
public void initDeployments(Set<org.jbpm.kie.services.api.DeploymentUnit> deploymentUnits)
- Specified by:
initDeployments in interface Initializable<org.jbpm.kie.services.api.DeploymentUnit>
deploy
public void deploy(DeploymentUnitSummary unitSummary)
- Specified by:
deploy in interface DeploymentManagerEntryPoint
undeploy
public void undeploy(DeploymentUnitSummary unitSummary)
- Specified by:
undeploy in interface DeploymentManagerEntryPoint
redeploy
public void redeploy()
- Specified by:
redeploy in interface DeploymentManagerEntryPoint
cleanup
protected void cleanup(String identifier)
saveDeployment
public void saveDeployment(@Observes
org.jbpm.kie.services.impl.event.DeploymentEvent event)
removeDeployment
public void removeDeployment(@Observes
org.jbpm.kie.services.impl.event.DeploymentEvent event)
getDeploymentUnits
public List<KModuleDeploymentUnitSummary> getDeploymentUnits()
- Specified by:
getDeploymentUnits in interface DeploymentManagerEntryPoint
autoDeploy
public void autoDeploy(@Observes
org.kie.workbench.common.services.shared.builder.model.DeployResult result)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.