Uses of Class
org.jboss.profileservice.spi.NoSuchDeploymentException

Packages that use NoSuchDeploymentException
org.jboss.deployers.spi.management   
org.jboss.profileservice.spi   
 

Uses of NoSuchDeploymentException in org.jboss.deployers.spi.management
 

Methods in org.jboss.deployers.spi.management that throw NoSuchDeploymentException
 org.jboss.managed.api.ManagedDeployment ManagementView.getDeployment(String name)
          Get a deployment.
 Set<String> ManagementView.getMatchingDeploymentName(String regex)
          Search for all deployment names with a name matching the regex expression.
 Set<org.jboss.managed.api.ManagedDeployment> ManagementView.getMatchingDeployments(String name, NameMatcher<org.jboss.managed.api.ManagedDeployment> matcher)
          Search for all deployments matched by the matcher.
 org.jboss.managed.api.DeploymentTemplateInfo ManagementView.getTemplate(String name)
          Get a deployment template.
 

Uses of NoSuchDeploymentException in org.jboss.profileservice.spi
 

Methods in org.jboss.profileservice.spi that throw NoSuchDeploymentException
 ProfileDeployment Profile.getDeployment(String name)
          Get a named deployment.
 ProfileDeployment DeploymentRepository.getDeployment(String name)
          Get a named deployment.
 ProfileDeployment MutableProfile.removeDeployment(String name)
          Remove a deployment.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.