org.codehaus.aspectwerkz.aspect
Class AdviceType

java.lang.Object
  extended by org.codehaus.aspectwerkz.aspect.AdviceType
All Implemented Interfaces:
Serializable

public class AdviceType
extends Object
implements Serializable

Type-safe enum for the advice types.

Author:
Jonas BonŽr
See Also:
Serialized Form

Field Summary
static AdviceType AFTER
           
static AdviceType AFTER_FINALLY
           
static AdviceType AFTER_RETURNING
           
static AdviceType AFTER_THROWING
           
static AdviceType AROUND
           
static AdviceType BEFORE
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AROUND

public static final AdviceType AROUND

BEFORE

public static final AdviceType BEFORE

AFTER

public static final AdviceType AFTER

AFTER_FINALLY

public static final AdviceType AFTER_FINALLY

AFTER_RETURNING

public static final AdviceType AFTER_RETURNING

AFTER_THROWING

public static final AdviceType AFTER_THROWING
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.