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

org.distributeme.test.roundrobin.generated.RemoteRoundRobinService Maven / Gradle / Ivy

package org.distributeme.test.roundrobin.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 RemoteRoundRobinService extends Remote, ServiceAdapter{
	List add(int a, int b, Map __transportableCallContext) throws RemoteException;

	List getRandomId(Map __transportableCallContext) throws RemoteException;

	List print(java.lang.String parameter, Map __transportableCallContext) throws RemoteException;

}
//END GENERATED CODE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy