public class MethodLookupAction extends GetDeclaredMethodAction implements java.security.PrivilegedExceptionAction<java.lang.reflect.Method>
methodName, parameterTypesjavaClass| Constructor and Description |
|---|
MethodLookupAction(java.lang.Class<?> javaClass,
java.lang.String methodName,
java.lang.Class<?>[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
run() |
public MethodLookupAction(java.lang.Class<?> javaClass,
java.lang.String methodName,
java.lang.Class<?>[] parameterTypes)
public java.lang.reflect.Method run()
throws java.lang.NoSuchMethodException
run in interface java.security.PrivilegedExceptionAction<java.lang.reflect.Method>run in class GetDeclaredMethodActionjava.lang.NoSuchMethodExceptionCopyright © 2013 Seam Framework. All Rights Reserved.