org.jbpm.kie.services.impl
Class DeployedUnitImpl
java.lang.Object
org.jbpm.kie.services.impl.DeployedUnitImpl
- All Implemented Interfaces:
- DeployedUnit
public class DeployedUnitImpl
- extends Object
- implements DeployedUnit
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployedUnitImpl
public DeployedUnitImpl(DeploymentUnit unit)
getDeploymentUnit
public DeploymentUnit getDeploymentUnit()
- Specified by:
getDeploymentUnit
in interface DeployedUnit
getDeployedAssetLocation
public String getDeployedAssetLocation(String assetId)
- Specified by:
getDeployedAssetLocation
in interface DeployedUnit
getRuntimeManager
public RuntimeManager getRuntimeManager()
- Specified by:
getRuntimeManager
in interface DeployedUnit
addAssetLocation
public void addAssetLocation(String assetId,
ProcessAssetDesc processAsset)
addClass
public void addClass(Class<?> kModuleClass)
setRuntimeManager
public void setRuntimeManager(RuntimeManager manager)
getDeployedAssets
public Collection<DeployedAsset> getDeployedAssets()
- Specified by:
getDeployedAssets
in interface DeployedUnit
getDeployedClasses
public Collection<Class<?>> getDeployedClasses()
- Specified by:
getDeployedClasses
in interface DeployedUnit
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.