Uses of Class
org.objectweb.dsrg.sofa.deployment.ComponentHandle

Packages that use ComponentHandle
org.objectweb.dsrg.sofa.deployment   
 

Uses of ComponentHandle in org.objectweb.dsrg.sofa.deployment
 

Methods in org.objectweb.dsrg.sofa.deployment that return ComponentHandle
 ComponentHandle DeploymentDock.instantiateComponent(org.objectweb.dsrg.sofa.deployment.DeploymentDescripton context, java.lang.String componentInstanceName, ComponentHandle parent, java.util.List<org.objectweb.dsrg.sofa.deployment.ConnectorUnitTemplate> cuList)
          Instantiates a component with a given name in the given Deployment Plan
 ComponentHandle DeploymentDockImpl.instantiateComponent(org.objectweb.dsrg.sofa.deployment.DeploymentDescripton desc, java.lang.String hierarchicalName, ComponentHandle parent, java.util.List<org.objectweb.dsrg.sofa.deployment.ConnectorUnitTemplate> cuTemplates)
           
 ComponentHandle DeploymentDock.launchApplication(java.lang.String dpName, java.lang.String dpVersion)
          Launches an application specified by name and version of a Deployment Plan
 ComponentHandle DeploymentDockImpl.launchApplication(java.lang.String dpName, java.lang.String dpVersion)
           
 ComponentHandle DeploymentDock.launchApplication(java.lang.String dpName, java.lang.String dpVersion, java.lang.String dpTag)
          Launches an application specified by name and version/tag of a Deployment Plan.
 ComponentHandle DeploymentDockImpl.launchApplication(java.lang.String dpName, java.lang.String dpVersion, java.lang.String dpTag)
           
 ComponentHandle DeploymentDock.lookup(java.lang.String componentName)
          Gets a reference to a component with a given identifier
 ComponentHandle DeploymentDockImpl.lookup(java.lang.String name)
           
 ComponentHandle DeploymentDock.lookup(java.lang.String applicationName, java.lang.String hierarchicalName)
          Gets a reference to a component identified by name of the containing application and hierarchical name of the component.
 ComponentHandle DeploymentDockImpl.lookup(java.lang.String appID, java.lang.String name)
           
 ComponentHandle DeploymentDock.updateComponent(java.lang.String componentID, java.lang.String archName, java.lang.String archVersion)
          Updates the component with another implementation.
 ComponentHandle DeploymentDockImpl.updateComponent(java.lang.String componentID, java.lang.String archName, java.lang.String archVersion)
           
 

Methods in org.objectweb.dsrg.sofa.deployment that return types with arguments of type ComponentHandle
 java.util.List<ComponentHandle> DeploymentDock.getRunningApplications()
          Gets the names of all applications running in this Deployment Dock.
 java.util.List<ComponentHandle> DeploymentDockImpl.getRunningApplications()
           
 java.util.List<ComponentHandle> DeploymentDock.getRunningComponents()
          Gets the names of all components running in this Deployment Dock.
 java.util.List<ComponentHandle> DeploymentDockImpl.getRunningComponents()
           
 

Methods in org.objectweb.dsrg.sofa.deployment with parameters of type ComponentHandle
 ComponentHandle DeploymentDock.instantiateComponent(org.objectweb.dsrg.sofa.deployment.DeploymentDescripton context, java.lang.String componentInstanceName, ComponentHandle parent, java.util.List<org.objectweb.dsrg.sofa.deployment.ConnectorUnitTemplate> cuList)
          Instantiates a component with a given name in the given Deployment Plan
 ComponentHandle DeploymentDockImpl.instantiateComponent(org.objectweb.dsrg.sofa.deployment.DeploymentDescripton desc, java.lang.String hierarchicalName, ComponentHandle parent, java.util.List<org.objectweb.dsrg.sofa.deployment.ConnectorUnitTemplate> cuTemplates)