net.sf.joyaop.framework
Interface RuntimeAspect
- All Superinterfaces:
- Aspect
- All Known Subinterfaces:
- InterceptorAspect, MixinAspect
- All Known Implementing Classes:
- AbstractGenericInterceptorAspectImpl, AopAllianceMethodInterceptorAspectImpl, BaseInterceptorAspectImpl, DecoratorAspectImpl, GenericInterceptorAspectImpl, MixinAspectImpl
public interface RuntimeAspect
- extends Aspect
- Author:
- Shen Li
CLASS_SCOPE
static final java.lang.String CLASS_SCOPE
- See Also:
- Constant Field Values
INSTANCE_SCOPE
static final java.lang.String INSTANCE_SCOPE
- See Also:
- Constant Field Values
THREAD_SCOPE
static final java.lang.String THREAD_SCOPE
- See Also:
- Constant Field Values
JVM_SCOPE
static final java.lang.String JVM_SCOPE
- See Also:
- Constant Field Values
getScope
java.lang.String getScope()
setScope
void setScope(java.lang.String scope)
setParameters
void setParameters(java.util.Map parameters)
getParameters
java.util.Map getParameters()
Copyright © 2004 Shen Li. All Rights Reserved.