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.InvocationListenerThrowablepublic void postInvoke(Object token, Object proxy, Method m, Object returnValue) throws Throwable
postInvoke in interface org.apache.aries.proxy.InvocationListenerThrowableCopyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.