All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gemstone.org.jgroups.blocks.MethodLookup Maven / Gradle / Ivy

There is a newer version: 2.0-BETA
Show newest version
/** Notice of modification as required by the LGPL
 *  This file was modified by Gemstone Systems Inc. on
 *  $Date$
 **/
package com.gemstone.org.jgroups.blocks;

import java.lang.reflect.Method;

/**
 * @author Bela Ban
 * @version $Id: MethodLookup.java,v 1.3 2005/07/22 08:59:20 belaban Exp $
 */
public interface MethodLookup {
    Method findMethod(short id);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy