public class DefaultWrapper extends Object implements org.apache.aries.proxy.InvocationListener
Constructor and Description |
---|
DefaultWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
postInvoke(Object token,
Object proxy,
Method m,
Object returnValue) |
void |
postInvokeExceptionalReturn(Object token,
Object proxy,
Method m,
Throwable exception) |
Object |
preInvoke(Object proxy,
Method m,
Object[] args) |
public Object preInvoke(Object proxy, Method m, Object[] args) throws Throwable
preInvoke
in interface org.apache.aries.proxy.InvocationListener
Throwable
public void postInvoke(Object token, Object proxy, Method m, Object returnValue) throws Throwable
postInvoke
in interface org.apache.aries.proxy.InvocationListener
Throwable
Copyright © 2017. All rights reserved.