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

nyla.solutions.commas.remote.RemoteCommand Maven / Gradle / Ivy

The newest version!
package nyla.solutions.commas.remote;

import java.io.Serializable;
import java.rmi.Remote;
import java.rmi.RemoteException;

public interface RemoteCommand 
extends Remote, Serializable
{
	ReturnType execute(InputType input)
	throws RemoteException;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy