org.jboss.aop.contrib
Class IDEClassPoolFactory

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

public class IDEClassPoolFactory
extends Object
implements ClassPoolFactory

Author:
Marshall

This is a class pool factory used by JBossIDE to create an AOP Class Pool


Constructor Summary
IDEClassPoolFactory()
           
 
Method Summary
 AOPClassPool create(ClassLoader loader, javassist.ClassPool pool, AspectManager manager)
           
 AOPClassPool create(javassist.ClassPool pool, AspectManager manager)
           
 ClassLoader getTCLIfScoped()
           
 void insertClasspath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDEClassPoolFactory

public IDEClassPoolFactory()
Method Detail

create

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

create

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

insertClasspath

public void insertClasspath(String path)

getTCLIfScoped

public ClassLoader getTCLIfScoped()


Copyright © 2004 JBoss Inc. All Rights Reserved.