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

Packages that use ProfileKey
org.jboss.deployers.spi.management.deploy   
org.jboss.profileservice.spi   
 

Uses of ProfileKey in org.jboss.deployers.spi.management.deploy
 

Methods in org.jboss.deployers.spi.management.deploy that return ProfileKey
 ProfileKey DeploymentID.getProfile()
          The target profile this deployment is associated with.
 

Methods in org.jboss.deployers.spi.management.deploy that return types with arguments of type ProfileKey
 Collection<ProfileKey> DeploymentManager.getProfiles()
          Get a collection of profiles supporting deployment actions.
 

Methods in org.jboss.deployers.spi.management.deploy with parameters of type ProfileKey
 void DeploymentManager.loadProfile(ProfileKey key)
          Load and associate the given profile with the DeploymentManager for future operations.
 

Uses of ProfileKey in org.jboss.profileservice.spi
 

Methods in org.jboss.profileservice.spi that return ProfileKey
 ProfileKey Profile.getKey()
          Get the key used to create the Profile
 

Methods in org.jboss.profileservice.spi that return types with arguments of type ProfileKey
 Collection<ProfileKey> ProfileService.getActiveProfileKeys()
          Get the keys for all active profiles.
 Collection<ProfileKey> ProfileService.getProfileKeys()
          Get the keys for all registered profiles.
 Collection<ProfileKey> ProfileRepository.getProfileKeys()
          Get the keys for all known profiles with a deploymentRepository.
 Collection<ProfileKey> Profile.getSubProfiles()
          Get the profile dependencies.
 

Methods in org.jboss.profileservice.spi with parameters of type ProfileKey
 void ProfileService.activateProfile(ProfileKey key)
          Activate a registered profile.
 DeploymentRepository DeploymentRepositoryFactory.createDeploymentRepository(ProfileKey key, ProfileSourceMetaData metaData)
          Create a DeploymentRepository based on a type.
 Profile ProfileFactory.createProfile(ProfileKey key, ProfileMetaData metaData)
          Create a profile based on the meta data.
 DeploymentRepository ProfileRepository.createProfileDeploymentRepository(ProfileKey key, ProfileMetaData metaData)
          Create a new DeploymentRepository for a 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.
 void ProfileService.validateProfile(ProfileKey key)
          Validate a registered profile.
 



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