com.gemstone.org.jgroups.blocks.MethodLookup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gemfire-jgroups Show documentation
Show all versions of gemfire-jgroups Show documentation
SnappyData store based off Pivotal GemFireXD
/** 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);
}