public class DoPrivilegedHandler extends Object implements DoPrivilegedBean, InvocationHandler
Constructor and Description |
---|
DoPrivilegedHandler(Object bean) |
Modifier and Type | Method and Description |
---|---|
protected Object |
doInvoke(Object proxy,
Method method,
Object[] arguments) |
Object |
getActualBean() |
Object |
invoke(Object proxy,
Method method,
Object[] arguments) |
public Object getActualBean()
getActualBean
in interface DoPrivilegedBean
public Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable
invoke
in interface InvocationHandler
Throwable
protected Object doInvoke(Object proxy, Method method, Object[] arguments) throws Throwable
Throwable