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