public abstract class AbstractGenericPointcutAdvisor extends AbstractPointcutAdvisor
setAdvice(org.aopalliance.aop.Advice), 
DefaultPointcutAdvisor, 
Serialized FormHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
AbstractGenericPointcutAdvisor()  | 
| Modifier and Type | Method and Description | 
|---|---|
Advice | 
getAdvice()
Return the advice part of this aspect. 
 | 
void | 
setAdvice(Advice advice)
Specify the advice that this advisor should apply. 
 | 
String | 
toString()  | 
equals, getOrder, hashCode, isPerInstance, setOrderclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPointcutpublic void setAdvice(Advice advice)
public Advice getAdvice()
AdvisorMethodInterceptor, 
BeforeAdvice, 
ThrowsAdvice, 
AfterReturningAdvice