super(guid, timeout); this.methodMap = methodMap;
try { long hash = org.jboss.aop.util.MethodHashing.methodHash(method); return (Method)methodMap.get(new Long(hash)); } catch (Exception ex) { throw new RuntimeException(ex); }
return (Method)methodMap.get(new Long(hash));
super.readExternal(in);
super.writeExternal(out);