jBPM distribution 6.0.0.Beta4

org.jbpm.kie.services.api
Interface DeploymentService

All Known Implementing Classes:
AbstractDeploymentService, KModuleDeploymentService, VFSDeploymentService

public interface DeploymentService


Method Summary
 void deploy(DeploymentUnit unit)
           
 DeployedUnit getDeployedUnit(String deploymentUnitId)
           
 Collection<DeployedUnit> getDeployedUnits()
           
 RuntimeManager getRuntimeManager(String deploymentUnitId)
           
 void undeploy(DeploymentUnit unit)
           
 

Method Detail

deploy

void deploy(DeploymentUnit unit)

undeploy

void undeploy(DeploymentUnit unit)

getRuntimeManager

RuntimeManager getRuntimeManager(String deploymentUnitId)

getDeployedUnit

DeployedUnit getDeployedUnit(String deploymentUnitId)

getDeployedUnits

Collection<DeployedUnit> getDeployedUnits()

jBPM distribution 6.0.0.Beta4

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