org.jboss.aop
Class AspectAnnotationLoader
java.lang.Object
org.jboss.aop.AspectAnnotationLoader
public class AspectAnnotationLoader
- extends Object
Comment
- Version:
- $Revision: 77480 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
protected AspectManager manager
AspectAnnotationLoader
public AspectAnnotationLoader(AspectManager manager)
AspectAnnotationLoader
public AspectAnnotationLoader(AspectManager manager,
AspectAnnotationLoaderStrategy loaderStrategy)
setClassLoader
public void setClassLoader(ClassLoader cl)
getAspectManager
public AspectManager getAspectManager()
getClassLoader
public ClassLoader getClassLoader()
deployInputStreamIterator
public void deployInputStreamIterator(Iterator<InputStream> it)
throws Exception
- Throws:
Exception
deployClassFile
public void deployClassFile(javassist.bytecode.ClassFile cf)
throws Exception
- Throws:
Exception
undeployInputStreamIterator
public void undeployInputStreamIterator(Iterator<InputStream> it)
throws Exception
- Throws:
Exception
undeployClassFile
public void undeployClassFile(javassist.bytecode.ClassFile cf)
throws Exception
- Throws:
Exception
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.