org.jboss.aop.advice
Interface AspectFactoryWithClassLoader
- All Known Implementing Classes:
- AspectFactoryDelegator, AspectFactoryWithClassLoaderSupport, GenericAspectFactory
public interface AspectFactoryWithClassLoader
Interface for use by AspectXXXLoader to override the classloader to be used
for instantiating the aspect class
- Version:
- $Revision: 56777 $
- Author:
- Kabir Khan
setClassLoader
void setClassLoader(ClassLoader cl)
pushScopedClassLoader
void pushScopedClassLoader(ClassLoader scopedCl)
popScopedClassLoader
void popScopedClassLoader()
peekScopedClassLoader
ClassLoader peekScopedClassLoader()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.