org.distributeme.test.asynch.generated.RemoteTestService Maven / Gradle / Ivy
package org.distributeme.test.asynch.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 ping(long param, Map,?> __transportableCallContext) throws RemoteException;
List sleepAndReturnRandom(long sleepTime, Map,?> __transportableCallContext) throws RemoteException;
List sleep(long sleepTime, Map,?> __transportableCallContext) throws RemoteException;
List sleepAndThrowTypedException(long sleepTime, Map,?> __transportableCallContext) throws org.distributeme.test.asynch.TestServiceException, RemoteException;
List sleepAndThrowRuntimeException(long sleepTime, Map,?> __transportableCallContext) throws RemoteException;
}
//END GENERATED CODE
© 2015 - 2025 Weber Informatics LLC | Privacy Policy