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(java.lang.String dpName, java.lang.String dpVersion, java.lang.String componentName, java.lang.String componentInstanceName, ComponentHandle parent, java.util.LinkedList<org.objectweb.dsrg.sofa.deployment.ConnectorUnitBindable> cuListCurrent)
           
 ComponentHandle DeploymentDockImpl.instantiateComponent(java.lang.String dpName, java.lang.String dpVersion, java.lang.String componentName, java.lang.String componentInstanceName, ComponentHandle parent, java.util.LinkedList<org.objectweb.dsrg.sofa.deployment.ConnectorUnitBindable> cuListCurrent)
          Instantiates a component with a given name in the given Deployment Plan
 ComponentHandle DeploymentDock.launchApplication(java.lang.String dpName, java.lang.String version)
           
 ComponentHandle DeploymentDockImpl.launchApplication(java.lang.String dpName, java.lang.String dpVersion)
          Launches an application specified by the name and version of a Deployment Plan
 ComponentHandle DeploymentDock.lookup(java.lang.String name)
           
 ComponentHandle DeploymentDockImpl.lookup(java.lang.String name)
          Gets a reference to a component with a given name
 

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

Methods in org.objectweb.dsrg.sofa.deployment with parameters of type ComponentHandle
 ComponentHandle DeploymentDock.instantiateComponent(java.lang.String dpName, java.lang.String dpVersion, java.lang.String componentName, java.lang.String componentInstanceName, ComponentHandle parent, java.util.LinkedList<org.objectweb.dsrg.sofa.deployment.ConnectorUnitBindable> cuListCurrent)
           
 ComponentHandle DeploymentDockImpl.instantiateComponent(java.lang.String dpName, java.lang.String dpVersion, java.lang.String componentName, java.lang.String componentInstanceName, ComponentHandle parent, java.util.LinkedList<org.objectweb.dsrg.sofa.deployment.ConnectorUnitBindable> cuListCurrent)
          Instantiates a component with a given name in the given Deployment Plan
 void DeploymentDock.startComponent(ComponentHandle component)
           
 void DeploymentDockImpl.startComponent(ComponentHandle component)
          Starts a component on this dock
 void DeploymentDock.stopComponent(ComponentHandle component, boolean remove)
           
 void DeploymentDockImpl.stopComponent(ComponentHandle component, boolean remove)
          Stops component on this dock