org.jfox.ejb
Class MethodHasher

java.lang.Object
  extended byorg.jfox.ejb.MethodHasher

public final class MethodHasher
extends java.lang.Object


Constructor Summary
MethodHasher()
           
 
Method Summary
static long getMethodHash(java.lang.reflect.Method method)
          得到一个 method 的 hashCode ,可以唯一的标志一个 method
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodHasher

public MethodHasher()
Method Detail

getMethodHash

public static long getMethodHash(java.lang.reflect.Method method)
得到一个 method 的 hashCode ,可以唯一的标志一个 method

Parameters:
method -
Returns:

main

public static void main(java.lang.String[] args)