Uses of Interface
org.codehaus.aspectwerkz.Mixin

Packages that use Mixin
org.codehaus.aspectwerkz.aspect   
org.codehaus.aspectwerkz.aspect.management   
 

Uses of Mixin in org.codehaus.aspectwerkz.aspect
 

Classes in org.codehaus.aspectwerkz.aspect that implement Mixin
 class Introduction
          Interface+Implementation Introduction

This represents the inner class mixin based implementation in the system

 

Uses of Mixin in org.codehaus.aspectwerkz.aspect.management
 

Methods in org.codehaus.aspectwerkz.aspect.management that return Mixin
 Mixin AspectManager.getMixin(int index)
          Retrieves a specific mixin based on its index.
 Mixin AspectManager.getMixin(String name)
          Returns the mixin implementation for a specific name.
 Mixin AspectRegistry.getMixin(int index)
          Retrieves a specific mixin based on its index.
 Mixin AspectRegistry.getMixin(String name)
          Returns the mixin implementation for a specific name.
 



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