org.jboss.aop
Class ReflectiveAspectBinder
java.lang.Object
org.jboss.aop.ReflectiveAspectBinder
public class ReflectiveAspectBinder
- extends Object
comment
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clazz
protected Class clazz
aspects
protected HashSet aspects
methodAdvices
protected HashMap methodAdvices
constructorAdvices
protected HashMap constructorAdvices
fieldReadAdvices
protected HashMap fieldReadAdvices
fieldWriteAdvices
protected HashMap fieldWriteAdvices
advisor
protected Advisor advisor
ReflectiveAspectBinder
public ReflectiveAspectBinder(Class clazz,
Advisor advisor)
getClazz
public Class getClazz()
getAspects
public HashSet getAspects()
getMethodAdvices
public HashMap getMethodAdvices()
getConstructorAdvices
public HashMap getConstructorAdvices()
getFieldReadAdvices
public HashMap getFieldReadAdvices()
getFieldWriteAdvices
public HashMap getFieldWriteAdvices()
bindMethodAdvices
protected void bindMethodAdvices()
bindConstructorAdvices
protected void bindConstructorAdvices()
bindFieldAdvices
protected void bindFieldAdvices()
matches
protected boolean matches(AnnotationIntroduction ai,
Object element)
bindMethodAdvice
protected void bindMethodAdvice(Method mi)
bindConstructorAdvice
protected void bindConstructorAdvice(Constructor mi)
bindFieldGetAdvice
protected void bindFieldGetAdvice(Field mi)
bindFieldSetAdvice
protected void bindFieldSetAdvice(Field mi)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.