@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 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