org.codehaus.aspectwerkz.aspect.management
Interface HasInstanceLevelAspect
public interface HasInstanceLevelAspect
Interface throught the runtime system can retrieve instance level aspects for a specific target instance.
Should NEVER be implemented by the user, but is applied to target classes by the weaver.
- Author:
- Jonas Bonr
aw$getAspect
Object aw$getAspect(String aspectClassName,
String qualifiedAspectName,
String containerClassName)
- Returns the instance level aspect with a specific name.
- Parameters:
aspectClassName
- the class name of the aspectqualifiedAspectName
- the qualified name of the aspectcontainerClassName
- the aspect container class name
- Returns:
- the aspect instance
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.