org.jboss.aop
Class AspectAnnotationLoader

java.lang.Object
  extended by org.jboss.aop.AspectAnnotationLoader

public class AspectAnnotationLoader
extends Object

Comment

Version:
$Revision: 1.23 $
Author:
Bill Burke

Field Summary
protected  AspectManager manager
           
 
Constructor Summary
AspectAnnotationLoader(AspectManager manager)
           
 
Method Summary
 void deployInputStreamIterator(Iterator it)
           
 void undeployInputStreamIterator(Iterator it)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

protected AspectManager manager
Constructor Detail

AspectAnnotationLoader

public AspectAnnotationLoader(AspectManager manager)
Method Detail

deployInputStreamIterator

public void deployInputStreamIterator(Iterator it)
                               throws Exception
Throws:
Exception

undeployInputStreamIterator

public void undeployInputStreamIterator(Iterator it)
                                 throws Exception
Throws:
Exception


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