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

Packages that use Scope
org.jboss.aop.advice   
 

Uses of Scope in org.jboss.aop.advice
 

Fields in org.jboss.aop.advice declared as Scope
protected  Scope AspectDefinition.scope
           
 

Methods in org.jboss.aop.advice that return Scope
 Scope GeneratedAdvisorInterceptor.getScope()
           
 Scope AspectDefinition.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're declared.
 

Methods in org.jboss.aop.advice with parameters of type Scope
 void AspectDefinition.setScope(Scope scope)
           
 

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



Copyright © 2004 JBoss Inc. All Rights Reserved.