Package org.jboss.aop.deployment

Examples of org.jboss.aop.deployment.AspectManagerService


public class AspectManagerJRockit extends AbstractAspectManager
{
   public AspectManagerJRockit(String bootstrapXml)
   {
      super(bootstrapXml);
      super.delegate = new AspectManagerService(null);
   }
View Full Code Here


/*    */ public class AspectManagerJRockit extends AbstractAspectManager
/*    */ {
/*    */   public AspectManagerJRockit(String bootstrapXml)
/*    */   {
/* 37 */     super(bootstrapXml);
/* 38 */     this.delegate = new AspectManagerService(null);
/*    */   }
View Full Code Here

TOP

Related Classes of org.jboss.aop.deployment.AspectManagerService

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.