net.sf.joyaop.framework
Interface Aspect

All Known Subinterfaces:
InterceptorAspect, InterfaceAspect, MixinAspect, RuntimeAspect
All Known Implementing Classes:
AbstractGenericInterceptorAspectImpl, AopAllianceMethodInterceptorAspectImpl, BaseAspectImpl, BaseInterceptorAspectImpl, BaseRuntimeAspectImpl, DecoratorAspectImpl, GenericInterceptorAspectImpl, InterfaceAspectImpl, MixinAspectImpl

public interface Aspect

Author:
Shen Li

Method Summary
 java.lang.Class getAspectClass()
           
 Pointcut getPointcut()
           
 void setAspectClass(java.lang.Class aspectClass)
           
 void setPointcut(Pointcut pointcut)
           
 void weave(AspectizedClass aspectizedClass)
           
 

Method Detail

weave

void weave(AspectizedClass aspectizedClass)

getAspectClass

java.lang.Class getAspectClass()

getPointcut

Pointcut getPointcut()

setPointcut

void setPointcut(Pointcut pointcut)

setAspectClass

void setAspectClass(java.lang.Class aspectClass)


Copyright © 2004 Shen Li. All Rights Reserved.