public class TracingInterceptor extends Object implements Interceptor
Type Params | Return Type | Name and description |
---|---|---|
|
public Object |
afterInvoke(Object object, String methodName, Object[] arguments, Object result) |
|
public Object |
beforeInvoke(Object object, String methodName, Object[] arguments) |
|
public boolean |
doInvoke() |
|
public Writer |
getWriter() Returns the writer associated with this interceptor. |
|
public void |
setWriter(Writer writer) Changes the writer associated with this interceptor. |
|
protected void |
write(Object object, String methodName, Object[] arguments, String origin) |
|
protected void |
writeInfo(Class aClass, String methodName, Object[] arguments) |
Returns the writer associated with this interceptor.
Changes the writer associated with this interceptor.