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 BonŽr

Method Summary
 Object aw$getAspect(String aspectClassName, String qualifiedAspectName, String containerClassName)
          Returns the instance level aspect with a specific name.
 

Method Detail

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 aspect
qualifiedAspectName - the qualified name of the aspect
containerClassName - the aspect container class name
Returns:
the aspect instance


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.