/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.pieshare.service.pieception; import java.rmi.Remote; /** * * @author vauvenal5 */ public interface ICmdServerService extends Runnable, Remote, ICommandService { }