|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.aop.JoinPoint
| 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 |
JoinPoint()
|
protected |
JoinPoint(Advisor advisor)
|
protected |
JoinPoint(JoinPoint other)
|
| Method Summary | |
protected void |
clear()
|
abstract JoinPoint |
copy()
|
boolean |
equalChains(JoinPoint other)
|
Advisor |
getAdvisor()
|
InterceptorFactoryWrapper[] |
getFactories()
|
ArrayList |
getFactoryChain()
|
ArrayList |
getInterceptorChain()
|
Interceptor[] |
getInterceptors()
|
Joinpoint |
getJoinpoint()
|
boolean |
hasAdvices()
|
protected JoinPoint |
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 JoinPoint()
protected JoinPoint(Advisor advisor)
protected JoinPoint(JoinPoint other)
| Method Detail |
protected void clear()
public Advisor getAdvisor()
public void setAdvisor(Advisor advisor)
public boolean hasAdvices()
protected JoinPoint initialiseInterceptors()
public boolean equalChains(JoinPoint 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 JoinPoint copy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||