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
static DeploymentDock DockHelper.createDeploymentDock(java.lang.String name, java.lang.String host, java.lang.String port)
          Creates a new deployment dock
static DeploymentDock DockHelper.getCurrentDock()
          Gets the current dock (each JVM runs only one)
 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 componentName)
          Creates new component instance reference.