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

org.distributeme.test.failingandrr.generated.RemoteTestService Maven / Gradle / Ivy

package org.distributeme.test.failingandrr.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 RemoteTestService extends Remote, ServiceAdapter{
	List echo(long test, Map __transportableCallContext) throws RemoteException;

	List dontroute(Map __transportableCallContext) throws RemoteException;

	List route(Map __transportableCallContext) throws RemoteException;

	List routeEcho(long test, Map __transportableCallContext) throws RemoteException;

}
//END GENERATED CODE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy