org.distributeme.test.concurrencycontrol.generated.RemoteTestService Maven / Gradle / Ivy
package org.distributeme.test.concurrencycontrol.generated;
//CHECKSTYLE:OFF
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 clientSideLimited(long parameter, Map,?> __transportableCallContext) throws RemoteException;
List serverSideLimited(long parameter, Map,?> __transportableCallContext) throws RemoteException;
List bothSideLimited(long parameter, Map,?> __transportableCallContext) throws RemoteException;
List clazzLevelServerSideLimited(long parameter, Map,?> __transportableCallContext) throws RemoteException;
List printAndResetStats(Map,?> __transportableCallContext) throws RemoteException;
List printStats(Map,?> __transportableCallContext) throws RemoteException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy