Uses of Interface
org.objectweb.dsrg.sofa.repository.model.ConnectorUnitDeploymentDescription

Packages that use ConnectorUnitDeploymentDescription
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of ConnectorUnitDeploymentDescription in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return ConnectorUnitDeploymentDescription
 ConnectorUnitDeploymentDescription InstanceDeploymentDescription.addConnector(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription SharedConnectorUnit.addConnectorUnitDeploymentDescription(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription InstanceDeploymentDescription.addDelSubs(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription ModelFactory.createConnectorUnitDeploymentDescription()
          Returns a new object of class 'Connector Unit Deployment Description'
 

Uses of ConnectorUnitDeploymentDescription in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ConnectorUnitDeploymentDescription
 class ConnectorUnitDeploymentDescriptionImpl
          An implementation of the model object 'Connector Unit Deployment Description'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ConnectorUnitDeploymentDescription
 ConnectorUnitDeploymentDescription InstanceDeploymentDescriptionImpl.addConnector(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription SharedConnectorUnitImpl.addConnectorUnitDeploymentDescription(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription InstanceDeploymentDescriptionImpl.addDelSubs(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription ModelFactoryImpl.createConnectorUnitDeploymentDescription()
           
 

Uses of ConnectorUnitDeploymentDescription in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type ConnectorUnitDeploymentDescription
 java.lang.Object ModelSwitch.caseConnectorUnitDeploymentDescription(ConnectorUnitDeploymentDescription object)
          Returns the result of interpretting the object as an instance of 'Connector Unit Deployment Description'