1 22 package org.jboss.aop.deployment; 23 24 import javassist.scopedpool.ScopedClassPoolFactory; 25 26 import org.jboss.aop.ClassLoaderValidation; 27 28 34 public class AspectManagerService32 extends AspectManagerService 35 { 36 protected ScopedClassPoolFactory createFactory() throws Exception  37 { 38 return new JBossClassPoolFactory32(tmpClassesDir); 39 } 40 41 protected ClassLoaderValidation createClassLoaderValidation() 42 { 43 return new JBossClassLoaderValidator32(); 44 } 45 46 protected void baseAop() 47 { 48 } 50 51 } 52 | Popular Tags |