org.jboss.aop
Class AOPClassPoolFactory

java.lang.Object
  extended byorg.jboss.aop.AOPClassPoolFactory
All Implemented Interfaces:
ClassPoolFactory

public class AOPClassPoolFactory
extends Object
implements ClassPoolFactory

Comment

Version:
$Revision: 1.2 $
Author:
Bill Burke

Constructor Summary
AOPClassPoolFactory()
           
 
Method Summary
 AOPClassPool create(ClassLoader cl, javassist.ClassPool src, AspectManager manager)
           
 AOPClassPool create(javassist.ClassPool src, AspectManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AOPClassPoolFactory

public AOPClassPoolFactory()
Method Detail

create

public AOPClassPool create(ClassLoader cl,
                           javassist.ClassPool src,
                           AspectManager manager)
Specified by:
create in interface ClassPoolFactory

create

public AOPClassPool create(javassist.ClassPool src,
                           AspectManager manager)
Specified by:
create in interface ClassPoolFactory


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.