Package org.jboss.profileservice.spi

Examples of org.jboss.profileservice.spi.DeploymentRepository.load()


/*     */
/*     */   public DeploymentRepository getProfileDeploymentRepository(ProfileKey key)
/*     */     throws Exception, NoSuchProfileException
/*     */   {
/* 134 */     DeploymentRepository repository = this.repositoryFactory.getDeploymentRepository(key);
/* 135 */     repository.load();
/* 136 */     return repository;
/*     */   }
/*     */
/*     */   public void removeProfileDeploymentRepository(ProfileKey key)
/*     */     throws Exception, NoSuchProfileException
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.