| Package | Description |
|---|---|
| com.javax0.djcproxy | |
| com.javax0.djcproxy.interceptors |
| Modifier and Type | Method and Description |
|---|---|
Object |
MethodInterceptor.intercept(Object obj,
Method method,
Object[] args,
MethodProxy mproxy)
This method is called by the proxy object whenever a method is invoked.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
TransparentInterceptor.intercept(Object obj,
Method method,
Object[] args,
MethodProxy mproxy) |
Object |
ThrowingInterceptor.intercept(Object obj,
Method method,
Object[] args,
MethodProxy mproxy) |
Object |
RuntimeExceptionInterceptor.intercept(Object obj,
Method method,
Object[] args,
MethodProxy mproxy) |
Object |
LoggingInterceptor.intercept(Object obj,
Method method,
Object[] args,
MethodProxy mproxy) |
Object |
IgnoringInterceptor.intercept(Object obj,
Method method,
Object[] args,
MethodProxy mproxy) |
Copyright © 2013. All Rights Reserved.