org.hibernate.validator.util.privilegedactions
Class GetDeclaredMethod

java.lang.Object
  extended by org.hibernate.validator.util.privilegedactions.GetDeclaredMethod
All Implemented Interfaces:
PrivilegedAction<Method>

public final class GetDeclaredMethod
extends Object
implements PrivilegedAction<Method>

Author:
Kevin Pollet - SERLI - (kevin.pollet@serli.com)

Method Summary
static GetDeclaredMethod action(Class<?> clazz, String methodName, Class<?>... parameterTypes)
           
 Method run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

action

public static GetDeclaredMethod action(Class<?> clazz,
                                       String methodName,
                                       Class<?>... parameterTypes)

run

public Method run()
Specified by:
run in interface PrivilegedAction<Method>


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved