org.jboss.aop.util
Class ClassInfoMethodHashing

java.lang.Object
  extended by org.jboss.aop.util.ClassInfoMethodHashing

public class ClassInfoMethodHashing
extends Object

Experimental version of method hashing for the container Class-/Method-/ConstructorInfos

Version:
$Revision: 71279 $
Author:
Kabir Khan

Constructor Summary
ClassInfoMethodHashing()
           
 
Method Summary
static long constructorHash(org.jboss.reflect.spi.ConstructorInfo constructorInfo)
           
static HashMap<Long,org.jboss.reflect.spi.MethodInfo> getDeclaredMethodMap(org.jboss.reflect.spi.ClassInfo clazz)
           
static HashMap<Long,org.jboss.reflect.spi.MethodInfo> getMethodMap(org.jboss.reflect.spi.ClassInfo clazz)
           
static long methodHash(org.jboss.reflect.spi.MethodInfo methodInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassInfoMethodHashing

public ClassInfoMethodHashing()
Method Detail

methodHash

public static long methodHash(org.jboss.reflect.spi.MethodInfo methodInfo)

constructorHash

public static long constructorHash(org.jboss.reflect.spi.ConstructorInfo constructorInfo)

getMethodMap

public static HashMap<Long,org.jboss.reflect.spi.MethodInfo> getMethodMap(org.jboss.reflect.spi.ClassInfo clazz)
                                                                   throws Exception
Throws:
Exception

getDeclaredMethodMap

public static HashMap<Long,org.jboss.reflect.spi.MethodInfo> getDeclaredMethodMap(org.jboss.reflect.spi.ClassInfo clazz)
                                                                           throws Exception
Throws:
Exception


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.