net.sf.joyaop.framework
Interface AspectRuntime

All Superinterfaces:
ObjectFactory
All Known Implementing Classes:
AspectRuntimeImpl

public interface AspectRuntime
extends ObjectFactory

Author:
Shen Li

Method Summary
 void addInterceptor(InterceptorAspect interceptorAspect)
           
 void addInterface(InterfaceAspect interfaceAspect)
           
 void addMixin(MixinAspect mixinAspect)
           
 AspectFactory getAspectFactory()
           
 void setAspectFactory(AspectFactory aspectFactory)
           
 
Methods inherited from interface net.sf.joyaop.ObjectFactory
newInstance, newInstance, newInstance, newInstance
 

Method Detail

addInterceptor

void addInterceptor(InterceptorAspect interceptorAspect)

addMixin

void addMixin(MixinAspect mixinAspect)

getAspectFactory

AspectFactory getAspectFactory()

setAspectFactory

void setAspectFactory(AspectFactory aspectFactory)

addInterface

void addInterface(InterfaceAspect interfaceAspect)


Copyright © 2004 Shen Li. All Rights Reserved.