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

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