org.codehaus.aspectwerkz.aspect
Class AdviceType

java.lang.Object
  extended byorg.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()

equals

public boolean equals(Object o)

hashCode

public int hashCode()


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