Uses of Class
org.codehaus.aspectwerkz.aspect.IntroductionContainer

Packages that use IntroductionContainer
org.codehaus.aspectwerkz.aspect   
 

Uses of IntroductionContainer in org.codehaus.aspectwerkz.aspect
 

Methods in org.codehaus.aspectwerkz.aspect that return IntroductionContainer
 IntroductionContainer AbstractAspectContainer.getIntroductionContainer(String name)
          Returns the introduction container of given name (introduction name) or null if not linked.
 IntroductionContainer AspectContainer.getIntroductionContainer(String name)
          Returns the introduction container of given name (introduction name) or null if not linked.
 

Methods in org.codehaus.aspectwerkz.aspect with parameters of type IntroductionContainer
 void AbstractAspectContainer.addIntroductionContainer(String name, IntroductionContainer introContainer)
          Attach the introduction container to this aspect container to mirror the "aspect contains 0-n introduction"
 void AspectContainer.addIntroductionContainer(String name, IntroductionContainer introContainer)
          Attach the introduction container to this aspect container to mirror the "aspect contains 0-n introduction"
 void Introduction.setContainer(IntroductionContainer container)
          Set the container.
 



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