org.distributeme.test.logging.generated.RemoteLoggedService Maven / Gradle / Ivy
package org.distributeme.test.logging.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 RemoteLoggedService extends Remote, ServiceAdapter{
List dummyMethod(Map,?> __transportableCallContext) throws RemoteException;
List anotherMethod(long parameter, Map,?> __transportableCallContext) throws RemoteException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy