Uses of Interface
org.objectweb.dsrg.sofa.dockregistry.DeploymentDockRegistryClient

Packages that use DeploymentDockRegistryClient
org.objectweb.dsrg.sofa.deployment   
org.objectweb.dsrg.sofa.dockregistry   
 

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

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

Uses of DeploymentDockRegistryClient in org.objectweb.dsrg.sofa.dockregistry
 

Methods in org.objectweb.dsrg.sofa.dockregistry that return DeploymentDockRegistryClient
 DeploymentDockRegistryClient DeploymentDockRegistryImpl.lookup(java.lang.String name)
          Finds a deployment dock and return a reference to it
 DeploymentDockRegistryClient DeploymentDockRegistry.lookup(java.lang.String name)
           
 

Methods in org.objectweb.dsrg.sofa.dockregistry with parameters of type DeploymentDockRegistryClient
 boolean DeploymentDockRegistryImpl.register(DeploymentDockRegistryClient deplDock, java.lang.String name)
          Registers a new running dock
 boolean DeploymentDockRegistry.register(DeploymentDockRegistryClient deplDock, java.lang.String name)