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

org.distributeme.goldminer.generated.RemoteGoldMinerService Maven / Gradle / Ivy

package org.distributeme.goldminer.generated;
//BEGIN GENERATED CODE

import java.rmi.Remote;
import java.rmi.RemoteException;
import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;

public interface RemoteGoldMinerService extends Remote, ServiceAdapter{
	List searchForGold(Map __transportableCallContext) throws RemoteException;

	List washGold(long duration, Map __transportableCallContext) throws RemoteException;

}
//END GENERATED CODE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy