Module org.eclipse.persistence.core
Class PrivilegedMethodInvoker<T>
- java.lang.Object
-
- org.eclipse.persistence.internal.security.PrivilegedMethodInvoker<T>
-
- All Implemented Interfaces:
PrivilegedExceptionAction<T>
public class PrivilegedMethodInvoker<T> extends Object implements PrivilegedExceptionAction<T>
-
-
Constructor Summary
Constructors Constructor Description PrivilegedMethodInvoker(Method method, Object target)PrivilegedMethodInvoker(Method method, Object target, Object[] args)
-
-
-
Method Detail
-
run
public T run() throws IllegalAccessException, InvocationTargetException
- Specified by:
runin interfacePrivilegedExceptionAction<T>- Throws:
IllegalAccessExceptionInvocationTargetException
-
-