jBPM Console NG - Business Domain Backend 6.0.0.Beta3

org.jbpm.console.ng.bd.backend.server
Class DeploymentManagerEntryPointImpl

java.lang.Object
  extended by 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>


Constructor Summary
DeploymentManagerEntryPointImpl()
           
 
Method Summary
 void autoDeploy(org.kie.workbench.common.services.shared.builder.model.DeployResult result)
           
protected  void cleanup(String identifier)
           
 void configure()
           
 void deploy(DeploymentUnitSummary unitSummary)
           
 List<KModuleDeploymentUnitSummary> getDeploymentUnits()
           
 void initDeployments(Set<org.jbpm.kie.services.api.DeploymentUnit> deploymentUnits)
           
 void redeploy()
           
 void removeDeployment(org.jbpm.kie.services.impl.event.DeploymentEvent event)
           
 void saveDeployment(org.jbpm.kie.services.impl.event.DeploymentEvent event)
           
 void undeploy(DeploymentUnitSummary unitSummary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentManagerEntryPointImpl

public DeploymentManagerEntryPointImpl()
Method Detail

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)

jBPM Console NG - Business Domain Backend 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.