|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.aop.JoinPointInfo
| Field Summary | |
InterceptorFactoryWrapper[] |
factories
Deprecated. use accessors instead |
ArrayList |
factoryChain
Deprecated. use accessors instead |
ArrayList |
interceptorChain
Deprecated. use accessors instead |
Interceptor[] |
interceptors
Deprecated. use accessors instead |
protected Joinpoint |
joinpoint
|
| Constructor Summary | |
protected |
JoinPointInfo()
|
protected |
JoinPointInfo(Advisor advisor)
|
protected |
JoinPointInfo(JoinPointInfo other)
|
| Method Summary | |
protected void |
clear()
|
abstract JoinPointInfo |
copy()
|
boolean |
equalChains(JoinPointInfo other)
|
Advisor |
getAdvisor()
|
InterceptorFactoryWrapper[] |
getFactories()
|
ArrayList |
getFactoryChain()
|
ArrayList |
getInterceptorChain()
|
Interceptor[] |
getInterceptors()
|
Joinpoint |
getJoinpoint()
|
boolean |
hasAdvices()
|
protected JoinPointInfo |
initialiseInterceptors()
Generated advisors start off by only initialising the factories, method to intitialise the interceptors |
protected abstract Joinpoint |
internalGetJoinpoint()
|
void |
setAdvisor(Advisor advisor)
|
void |
setFactories(InterceptorFactoryWrapper[] factories)
|
void |
setFactoryChain(ArrayList factoryChain)
|
void |
setInterceptorChain(ArrayList interceptorChain)
|
void |
setInterceptors(Interceptor[] interceptors)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public InterceptorFactoryWrapper[] factories
public ArrayList factoryChain
public Interceptor[] interceptors
public ArrayList interceptorChain
protected volatile Joinpoint joinpoint
| Constructor Detail |
protected JoinPointInfo()
protected JoinPointInfo(Advisor advisor)
protected JoinPointInfo(JoinPointInfo other)
| Method Detail |
protected void clear()
public Advisor getAdvisor()
public void setAdvisor(Advisor advisor)
public boolean hasAdvices()
protected JoinPointInfo initialiseInterceptors()
public boolean equalChains(JoinPointInfo other)
public Joinpoint getJoinpoint()
public ArrayList getInterceptorChain()
public void setInterceptorChain(ArrayList interceptorChain)
public Interceptor[] getInterceptors()
public void setInterceptors(Interceptor[] interceptors)
public InterceptorFactoryWrapper[] getFactories()
public void setFactories(InterceptorFactoryWrapper[] factories)
public ArrayList getFactoryChain()
public void setFactoryChain(ArrayList factoryChain)
protected abstract Joinpoint internalGetJoinpoint()
public abstract JoinPointInfo copy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||