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

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

package org.distributeme.test.interception.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 callByValue(java.util.Map parameters, Map __transportableCallContext) throws RemoteException;

	List callByReference(java.util.Map parameters, Map __transportableCallContext) throws RemoteException;

	List sum(int a, int b, Map __transportableCallContext) throws RemoteException;

	List modifiedSum(int a, int b, Map __transportableCallContext) throws RemoteException;

	List modifiedSumParameters(int a, int b, Map __transportableCallContext) throws RemoteException;

	List returnString(Map __transportableCallContext) throws RemoteException;

	List returnStringCaughtInClient(Map __transportableCallContext) throws RemoteException;

	List sleepingCall(long timeToSleep, Map __transportableCallContext) throws RemoteException;

}
//END GENERATED CODE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy