| org.codehaus.aspectwerkz.aspect.management.HasInstanceLevelAspect
HasInstanceLevelAspect | public interface HasInstanceLevelAspect (Code) | | 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 BonŽr |
aw$getAspect | Object aw$getAspect(String aspectClassName, String qualifiedAspectName, String containerClassName)(Code) | | Returns the instance level aspect with a specific name.
Parameters: aspectClassName - the class name of the aspect Parameters: qualifiedAspectName - the qualified name of the aspect Parameters: containerClassName - the aspect container class name the aspect instance |
|
|