org.jboss.aop.advice
Class Scope
java.lang.Object
org.jboss.lang.Enum
org.jboss.aop.advice.Scope
- All Implemented Interfaces:
- Serializable
public class Scope
- extends Enum
Defines the lifecycle of an aspect or interceptor instance
- Version:
- $Revision: 37406 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
PER_VM
public static final Scope PER_VM
PER_CLASS
public static final Scope PER_CLASS
PER_INSTANCE
public static final Scope PER_INSTANCE
PER_JOINPOINT
public static final Scope PER_JOINPOINT
PER_CLASS_JOINPOINT
public static final Scope PER_CLASS_JOINPOINT
Copyright © 2004 JBoss Inc. All Rights Reserved.