|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.interface21.aop.framework.AlwaysInvoked
MethodPointcut implementation wrapping an Interceptor that should always run.
| Constructor Summary | |
AlwaysInvoked(org.aopalliance.MethodInterceptor interceptor)
|
|
| Method Summary | |
boolean |
applies(java.lang.reflect.Method m,
java.lang.Object[] args,
org.aopalliance.AttributeRegistry ar)
Should the interceptor be invoked? |
org.aopalliance.MethodInterceptor |
getInterceptor()
Return the interceptor to run conditionally |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AlwaysInvoked(org.aopalliance.MethodInterceptor interceptor)
| Method Detail |
public org.aopalliance.MethodInterceptor getInterceptor()
MethodPointcutgetInterceptor in interface MethodPointcutMethodPointcut.getInterceptor()
public boolean applies(java.lang.reflect.Method m,
java.lang.Object[] args,
org.aopalliance.AttributeRegistry ar)
MethodPointcutapplies in interface MethodPointcutMethodPointcut.applies(java.lang.reflect.Method, java.lang.Object[], AttributeRegistry)
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||