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

org.distributeme.test.regression.generated.RemoteParentService Maven / Gradle / Ivy

package org.distributeme.test.regression.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 RemoteParentService extends Remote, ServiceAdapter{
	List operation(int param1, int param2, Map __transportableCallContext) throws RemoteException;

	List operation(long param1, long param2, Map __transportableCallContext) throws RemoteException;

	List genericOperation(java.util.List x, java.util.Set y, java.util.Map z, Map __transportableCallContext) throws RemoteException;

	List genericOperation(java.util.List x, java.util.List> y, java.util.Map z, Map __transportableCallContext) throws RemoteException;

	List arrayOperation(java.lang.String[] x, java.lang.Object[] y, java.lang.Long[][][] z, Map __transportableCallContext) throws RemoteException;

	List getVisits(java.util.List userIds, Map __transportableCallContext) throws RemoteException;

	List highWeightEcho(byte[] data, Map __transportableCallContext) throws RemoteException;

}
//END GENERATED CODE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy