Uses of Class
org.codehaus.aspectwerkz.CrossCuttingInfo

Packages that use CrossCuttingInfo
org.codehaus.aspectwerkz   
org.codehaus.aspectwerkz.aspect   
org.codehaus.aspectwerkz.aspect.management   
org.codehaus.aspectwerkz.definition   
 

Uses of CrossCuttingInfo in org.codehaus.aspectwerkz
 

Methods in org.codehaus.aspectwerkz that return CrossCuttingInfo
static CrossCuttingInfo CrossCuttingInfo.newInstance(CrossCuttingInfo prototype)
          Copy constructor - creates a clone of the cross-cutting info.
 

Methods in org.codehaus.aspectwerkz with parameters of type CrossCuttingInfo
static CrossCuttingInfo CrossCuttingInfo.newInstance(CrossCuttingInfo prototype)
          Copy constructor - creates a clone of the cross-cutting info.
 

Uses of CrossCuttingInfo in org.codehaus.aspectwerkz.aspect
 

Fields in org.codehaus.aspectwerkz.aspect declared as CrossCuttingInfo
protected  CrossCuttingInfo AbstractAspectContainer.m_infoPrototype
          The cross-cutting info prototype.
 

Methods in org.codehaus.aspectwerkz.aspect that return CrossCuttingInfo
 CrossCuttingInfo AbstractAspectContainer.getCrossCuttingInfo()
          Returns the cross-cutting info.
 CrossCuttingInfo AspectContainer.getCrossCuttingInfo()
          Returns the cross-cutting info.
 CrossCuttingInfo Introduction.getCrossCuttingInfo()
          Returns the cross-cutting info.
 

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

Constructors in org.codehaus.aspectwerkz.aspect with parameters of type CrossCuttingInfo
AbstractAspectContainer(CrossCuttingInfo crossCuttingInfo)
          Creates a new aspect container strategy.
CFlowSystemAspect(CrossCuttingInfo info)
          Creates a new cflow system aspect instance.
DefaultAspectContainerStrategy(CrossCuttingInfo crossCuttingInfo)
          Creates a new aspect container strategy.
Introduction(String name, Class implClass, CrossCuttingInfo crossCuttingInfo, IntroductionDefinition definition)
          Create a new introduction
 

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

Methods in org.codehaus.aspectwerkz.aspect.management that return CrossCuttingInfo
 CrossCuttingInfo[] AspectManager.getCrossCuttingInfos()
          Returns an array with all the cross-cutting infos.
 CrossCuttingInfo AspectRegistry.getCrossCuttingInfo(String name)
          Returns the aspect for a specific name, deployed as perJVM.
 

Uses of CrossCuttingInfo in org.codehaus.aspectwerkz.definition
 

Methods in org.codehaus.aspectwerkz.definition with parameters of type CrossCuttingInfo
static AspectContainer StartupManager.createAspectContainer(CrossCuttingInfo crossCuttingInfo)
          Creates a new aspect container.
 



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