Package org.jboss.profileservice.repository.legacy

Examples of org.jboss.profileservice.repository.legacy.DelegateProfile


   }
  
   public DelegateProfile createProfile(ProfileKey key, FarmingProfileMetaData metaData) throws Exception
   {
      DeploymentRepository repository = profileRepository.createProfileDeploymentRepository(key, metaData);
      return new DelegateProfile(repository, key);
   }
View Full Code Here

TOP

Related Classes of org.jboss.profileservice.repository.legacy.DelegateProfile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.