/** * This interface defines the methods to be impelemented by GenericServices * @version 1.0 * @author Tim Stefanini */ public interface PortInterface { //++ Public Methods public int GetPort(); //++ Protected Methods //++ Private Methods //++ Data Members }//end interface PortInterface