Package org.jboss.deployers.structure.spi

Examples of org.jboss.deployers.structure.spi.DeploymentUnit.removeAttachment()


/* 181 */     List jaccDeployments = JaccPolicyUtil.getJaccDeployments(unit, this.ignoreSuffixes);
/* 182 */     for (String deployment : jaccDeployments)
/*     */     {
/* 184 */       DeploymentUnit childDU = getChildDeployment(unit, deployment);
/* 185 */       if (childDU != null)
/* 186 */         childDU.removeAttachment("jboss.jaccpolicy", ServiceDeployment.class);
/*     */     }
/*     */   }
/*     */
/*     */   private DeploymentUnit getChildDeployment(DeploymentUnit parent, String id)
/*     */   {
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.