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

Packages that use Introduction
org.codehaus.aspectwerkz.aspect   
 

Uses of Introduction in org.codehaus.aspectwerkz.aspect
 

Fields in org.codehaus.aspectwerkz.aspect declared as Introduction
protected  Introduction IntroductionContainer.m_perJvm
          Holds a reference to the sole per JVM introduction.
protected  Introduction IntroductionContainer.m_prototype
          The introduction prototype.
 

Methods in org.codehaus.aspectwerkz.aspect that return Introduction
static Introduction Introduction.newInstance(Introduction prototype, CrossCuttingInfo crossCuttingInfo)
          Clone the prototype Introduction.
 

Methods in org.codehaus.aspectwerkz.aspect with parameters of type Introduction
static Introduction Introduction.newInstance(Introduction prototype, CrossCuttingInfo crossCuttingInfo)
          Clone the prototype Introduction.
 

Constructors in org.codehaus.aspectwerkz.aspect with parameters of type Introduction
IntroductionContainer(Introduction prototype, AspectContainer definingAspectContainer)
          Creates a new container strategy.
 



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