org.objectweb.dsrg.sofa.deployment
Class DeploymentPlanGeneratorImpl
java.lang.Object
org.objectweb.dsrg.sofa.deployment.DeploymentPlanGeneratorImpl
- All Implemented Interfaces:
- DeploymentPlanGenerator
public class DeploymentPlanGeneratorImpl
- extends java.lang.Object
- implements DeploymentPlanGenerator
Implementation of the DeploymentPlanGenerator interface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ra
protected RepositoryAgent ra
mapConnectorArchitectures
protected java.util.HashMap<java.lang.String,RBMConnectorArchitecture> mapConnectorArchitectures
DeploymentPlanGeneratorImpl
public DeploymentPlanGeneratorImpl()
throws java.io.IOException
- The constructor
- Throws:
java.io.IOException
generateDeploymentPlan
@Deprecated
public DeploymentPlan generateDeploymentPlan(AssemblyDescriptor assemblyDescriptor,
java.lang.String dpName,
java.lang.String dpVersion,
java.lang.String connImplementationFileName,
CodeBundle connectorsCB)
- Deprecated.
- Generates the skeleton of the DP
- Specified by:
generateDeploymentPlan
in interface DeploymentPlanGenerator
- Parameters:
assemblyDescriptor
- The assembly descriptor of the applicationdpName
- Name of this DPdpVersion
- Version of this DPconnImplementationFileName
- Name of the file with the connector implementation & XML descriptionsconnectorsCB
- The CodeBundle with the connector implementation
generateDeploymentPlan
public void generateDeploymentPlan(DeploymentPlan dp,
AssemblyDescriptor assemblyDescriptor,
CodeBundle connectorsCB)
- Specified by:
generateDeploymentPlan
in interface DeploymentPlanGenerator