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 that return Scope
 Scope InterceptorDef.scope()
           
 Scope Aspect.scope()
           
 

Uses of Scope in org.jboss.aop.advice
 

Fields in org.jboss.aop.advice declared as Scope
static Scope Scope.PER_CLASS
           
static Scope Scope.PER_CLASS_JOINPOINT
           
static Scope Scope.PER_INSTANCE
           
static Scope Scope.PER_JOINPOINT
           
static Scope Scope.PER_VM
           
protected  Scope AspectDefinition.scope
           
 

Methods in org.jboss.aop.advice that return Scope
 Scope AspectDefinition.getScope()
           
 Scope InterceptorFactoryWrapper.getScope()
           
static Scope ScopeUtil.parse(String s)
           
 

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.