Uses of Class
org.sape.carbon.services.deployment.DeploymentServiceException

Packages that use DeploymentServiceException
org.sape.carbon.services.deployment The DeploymentService is designed to help manage differences in configurations between application deployments. 
org.sape.carbon.services.deployment.namelookup NameLookups are components that provide the deployment service with names that specify either an environment or instance. 
 

Uses of DeploymentServiceException in org.sape.carbon.services.deployment
 

Methods in org.sape.carbon.services.deployment that throw DeploymentServiceException
 void DefaultDeploymentServiceImpl.configure(ComponentConfiguration configuration)
          Fetches the deployment node and stores the CurrentDeploymentNodeName
 void DefaultDeploymentServiceImpl.start()
          Creates the link to the current deployment.
 void DefaultDeploymentServiceImpl.resume()
          Assumes the service has been reconfigured and recreates the link to the current deployment.
protected  void DefaultDeploymentServiceImpl.createDeploymentLink()
          Helper method that does the work of creating the link to the current deployment configuration.
protected  String DefaultDeploymentServiceImpl.constructTargetNodeName(ComponentConfiguration serviceConfig)
          Helper method that constructs the name of the node that will be used as the target of the deployment link.
 

Uses of DeploymentServiceException in org.sape.carbon.services.deployment.namelookup
 

Subclasses of DeploymentServiceException in org.sape.carbon.services.deployment.namelookup
 class NameLookupException
          Thrown by NameLookup components when they have a problem looking up a name
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.