org.jboss.aop.advice
Class Scope

java.lang.Object
  extended by org.jboss.lang.Enum
      extended by 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: 1.8 $
Author:
Bill Burke
See Also:
Serialized Form

Field Summary
static Scope PER_CLASS
           
static Scope PER_CLASS_JOINPOINT
           
static Scope PER_INSTANCE
           
static Scope PER_JOINPOINT
           
static Scope PER_VM
           
 
Fields inherited from class org.jboss.lang.Enum
name, ordinal
 
Method Summary
 
Methods inherited from class org.jboss.lang.Enum
equals, hashCode, name, ordinal, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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 © 2002 JBoss Group, LLC. All Rights Reserved.