Package org.jboss.aop.deployers

Source Code of org.jboss.aop.deployers.AspectManagerJRockit

/*    */ package org.jboss.aop.deployers;
/*    */
/*    */ import org.jboss.aop.deployment.AspectManagerService;
/*    */
/*    */ public class AspectManagerJRockit extends AbstractAspectManager
/*    */ {
/*    */   public AspectManagerJRockit(String bootstrapXml)
/*    */   {
/* 37 */     super(bootstrapXml);
/* 38 */     this.delegate = new AspectManagerService(null);
/*    */   }
/*    */ }

/* Location:           /home/mnovotny/projects/EMBEDDED_JBOSS_BETA3_COMMUNITY/embedded/output/lib/embedded-jboss/lib/jboss-embedded-all.jar
* Qualified Name:     org.jboss.aop.deployers.AspectManagerJRockit
* JD-Core Version:    0.6.0
*/
TOP

Related Classes of org.jboss.aop.deployers.AspectManagerJRockit

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.