@Service @ContractsProvided(value={MethodInterceptorImpl.class,org.aopalliance.intercept.MethodInterceptor.class}) public class MethodInterceptorImpl extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptor
Modifier and Type | Field and Description |
---|---|
private java.util.HashSet<java.lang.String> |
intercepted |
Constructor and Description |
---|
MethodInterceptorImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<java.lang.String> |
clearAndGetIntercepted() |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation arg0) |
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation arg0) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
public java.util.HashSet<java.lang.String> clearAndGetIntercepted()