| java.lang.Object org.springframework.aop.support.DefaultIntroductionAdvisor
DefaultIntroductionAdvisor | public DefaultIntroductionAdvisor(Advice advice, IntroductionInfo introductionInfo)(Code) | | Create a DefaultIntroductionAdvisor for the given advice.
Parameters: advice - the Advice to apply Parameters: introductionInfo - the IntroductionInfo that describesthe interface to introduce (may be null ) |
DefaultIntroductionAdvisor | public DefaultIntroductionAdvisor(DynamicIntroductionAdvice advice, Class intf)(Code) | | Create a DefaultIntroductionAdvisor for the given advice.
Parameters: advice - the Advice to apply Parameters: intf - the interface to introduce |
addInterface | public void addInterface(Class intf)(Code) | | Add the specified interface to the list of interfaces to introduce.
Parameters: intf - the interface to introduce |
getAdvice | public Advice getAdvice()(Code) | | |
getOrder | public int getOrder()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isPerInstance | public boolean isPerInstance()(Code) | | |
setOrder | public void setOrder(int order)(Code) | | |
|
|