org.jboss.reflect.plugins.introspection
Class MethodInfoHashing

java.lang.Object
  extended byorg.jboss.reflect.plugins.introspection.MethodInfoHashing

public class MethodInfoHashing
extends Object

Create a unique hash for MethodInfo

Version:
$Revision: 1.1 $
Author:
Bill Burke

Constructor Summary
MethodInfoHashing()
           
 
Method Summary
static long createHash(String methodDesc)
           
static long methodHash(MethodInfo method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfoHashing

public MethodInfoHashing()
Method Detail

methodHash

public static long methodHash(MethodInfo method)
                       throws Exception
Throws:
Exception

createHash

public static long createHash(String methodDesc)
                       throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.