|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies. This configuration includes the interceptors and pointcuts, and the proxied interfaces.
| Method Summary | |
void |
addInterceptor(org.aopalliance.Interceptor interceptor)
Add to tail |
void |
addInterceptor(int pos,
org.aopalliance.Interceptor interceptor)
|
void |
addMethodPointcut(int pos,
MethodPointcut pc)
Add a pointcut |
void |
addMethodPointcut(MethodPointcut pc)
Add a pointcut |
org.aopalliance.AttributeRegistry |
getAttributeRegistry()
|
boolean |
getExposeInvocation()
|
java.util.List |
getMethodPointcuts()
List of interceptor and pointcut |
java.lang.Class[] |
getProxiedInterfaces()
|
java.lang.Object |
getTarget()
Can return null if now target. |
boolean |
removeInterceptor(org.aopalliance.Interceptor interceptor)
Remove the interceptor |
| Method Detail |
public boolean getExposeInvocation()
public org.aopalliance.AttributeRegistry getAttributeRegistry()
public java.util.List getMethodPointcuts()
public java.lang.Class[] getProxiedInterfaces()
public void addInterceptor(org.aopalliance.Interceptor interceptor)
interceptor -
public void addInterceptor(int pos,
org.aopalliance.Interceptor interceptor)
pos - index from 0 (head).interceptor - public void addMethodPointcut(MethodPointcut pc)
pc -
public void addMethodPointcut(int pos,
MethodPointcut pc)
pc - public boolean removeInterceptor(org.aopalliance.Interceptor interceptor)
interceptor - public java.lang.Object getTarget()
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||