org.jboss.aop
Class AspectAnnotationLoaderStrategy.InterfaceIntroductionInfo

java.lang.Object
  extended by org.jboss.aop.AspectAnnotationLoaderStrategy.InterfaceIntroductionInfo
Enclosing interface:
AspectAnnotationLoaderStrategy

public static class AspectAnnotationLoaderStrategy.InterfaceIntroductionInfo
extends Object


Constructor Summary
AspectAnnotationLoaderStrategy.InterfaceIntroductionInfo(String name, String[] interfaces, String target, String expr, String constructorClass, String constructorMethod)
           
 
Method Summary
 void addMixin(AspectAnnotationLoaderStrategy.InterfaceIntroductionMixinInfo mixin)
           
 String getConstructorClass()
           
 String getConstructorMethod()
           
 String getExpr()
           
 String[] getInterfaces()
           
 AspectAnnotationLoaderStrategy.InterfaceIntroductionMixinInfo[] getMixins()
           
 String getName()
           
 String getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectAnnotationLoaderStrategy.InterfaceIntroductionInfo

public AspectAnnotationLoaderStrategy.InterfaceIntroductionInfo(String name,
                                                                String[] interfaces,
                                                                String target,
                                                                String expr,
                                                                String constructorClass,
                                                                String constructorMethod)
Method Detail

getName

public String getName()

getInterfaces

public String[] getInterfaces()

getTarget

public String getTarget()

getExpr

public String getExpr()

addMixin

public void addMixin(AspectAnnotationLoaderStrategy.InterfaceIntroductionMixinInfo mixin)

getMixins

public AspectAnnotationLoaderStrategy.InterfaceIntroductionMixinInfo[] getMixins()

getConstructorClass

public String getConstructorClass()

getConstructorMethod

public String getConstructorMethod()


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.