Uses of Class
org.objectweb.dsrg.sofa.dockregistry.DockNotFoundException

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

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

Methods in org.objectweb.dsrg.sofa.deployment that throw DockNotFoundException
 void DeploymentDock.shutdownApplication(java.lang.String componentID)
           
 void DeploymentDockImpl.shutdownApplication(java.lang.String componentID)
          Shuts down the application identified by the component instance ID.
 void DeploymentDock.shutdownApplication(java.lang.String appName, java.lang.String appVersion)
          Deprecated. 
 void DeploymentDockImpl.shutdownApplication(java.lang.String appName, java.lang.String appVersion)
          Deprecated. 
 

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

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