Uses of Interface
org.objectweb.dsrg.sofa.deployment.DeploymentDock

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

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

Classes in org.objectweb.dsrg.sofa.deployment that implement DeploymentDock
 class DeploymentDockImpl
          The main Deployment Dock implementation.
 

Methods in org.objectweb.dsrg.sofa.deployment that return DeploymentDock
 DeploymentDock ComponentHandle.getDock()
          Get remote reference to deployment dock where component instance lives.
 

Constructors in org.objectweb.dsrg.sofa.deployment with parameters of type DeploymentDock
ComponentHandle(DeploymentDock dock, java.lang.String id, java.lang.String hName, java.lang.String dpName, java.lang.String dpVersion)
          Creates new component instance reference.