org.jboss.aop.advice
Class PrecedenceDefEntry

java.lang.Object
  extended byorg.jboss.aop.advice.PrecedenceDefEntry

public class PrecedenceDefEntry
extends Object

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
PrecedenceDefEntry(String interceptorClass, String adviceMethod)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAdviceMethod()
           
 String getInterceptorClass()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrecedenceDefEntry

public PrecedenceDefEntry(String interceptorClass,
                          String adviceMethod)
Method Detail

getAdviceMethod

public String getAdviceMethod()

getInterceptorClass

public String getInterceptorClass()

equals

public boolean equals(Object o)

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.