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

bboss.org.jgroups.blocks.MethodLookup Maven / Gradle / Ivy

The newest version!
package bboss.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