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

Packages that use NoSuchProfileException
org.jboss.profileservice.spi   
 

Uses of NoSuchProfileException in org.jboss.profileservice.spi
 

Methods in org.jboss.profileservice.spi that throw NoSuchProfileException
 void ProfileService.activateProfile(ProfileKey key)
          Activate a registered profile.
 void ProfileService.deactivateProfile(ProfileKey key)
          Deactivate the profile.
 Profile ProfileService.getActiveProfile(ProfileKey key)
          Obtain a activated profile for the key.
 Profile ProfileService.getProfile(ProfileKey key)
          Obtain the registered profile for the key.
 DeploymentRepository ProfileRepository.getProfileDeploymentRepository(ProfileKey key)
          Get a created DeploymentRepository for the given profile key.
 void ProfileRepository.removeProfileDeploymentRepository(ProfileKey key)
          Remove the DeploymentRepository for the given profile key.
 void ProfileService.unregisterProfile(ProfileKey key)
          Unregister a profile.
 



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