Uses of Class
org.jboss.aop.advice.Scope

Packages that use Scope
org.jboss.aop   
org.jboss.aop.advice   
 

Uses of Scope in org.jboss.aop
 

Methods in org.jboss.aop with parameters of type Scope
 void AspectAnnotationLoaderStrategy.deployAspect(AspectAnnotationLoader loader, boolean isFactory, String name, Scope scope)
           
 void AspectAnnotationLoaderStrategySupport.deployAspect(AspectAnnotationLoader loader, boolean isFactory, String name, Scope scope)
           
 void AspectManagerAnnotationLoaderStrategy.deployAspect(AspectAnnotationLoader loader, boolean isFactory, String name, Scope scope)
           
 void AspectAnnotationLoaderStrategy.deployInterceptor(AspectAnnotationLoader loader, boolean isFactory, String name, Scope scope)
           
 void AspectAnnotationLoaderStrategySupport.deployInterceptor(AspectAnnotationLoader loader, boolean isFactory, String name, Scope scope)
           
 void AspectManagerAnnotationLoaderStrategy.deployInterceptor(AspectAnnotationLoader loader, boolean isFactory, String name, Scope scope)
           
 

Uses of Scope in org.jboss.aop.advice
 

Fields in org.jboss.aop.advice declared as Scope
protected  Scope AspectDefinition.scope
          Scope of the aspect, defines how many times it must be created during execution.
 

Methods in org.jboss.aop.advice that return Scope
 Scope AspectDefinition.getScope()
          Returns the scope of this aspect definition.
 Scope GeneratedAdvisorInterceptor.getScope()
           
static Scope ScopeUtil.parse(String s)
           
static Scope Scope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scope[] Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.aop.advice with parameters of type Scope
 void AspectDefinition.setScope(Scope scope)
          Sets the scope of this aspect definition.
 

Constructors in org.jboss.aop.advice with parameters of type Scope
AspectDefinition(String name, Scope scope, AspectFactory factory)
          Creates an aspect definition.
 



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.