站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

MethodHash (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.net.sockets
Class MethodHash

java.lang.Object
  extended byorg.jboss.net.sockets.MethodHash

public class MethodHash
extends Object


Constructor Summary
MethodHash()
           
 
Method Summary
static long calculateHash(Method method)
           
static Map getInterfaceHashes(Class intf)
          Calculate method hashes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodHash

public MethodHash()
Method Detail

getInterfaceHashes

public static Map getInterfaceHashes(Class intf)
Calculate method hashes. This algo is taken from RMI.

Parameters:
intf -
Returns:

calculateHash

public static long calculateHash(Method method)


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