Interface Tracker

    • Method Detail

      • createTrackerTable

        void createTrackerTable​(java.sql.Connection con)
                         throws java.lang.Exception
        Create the table where the tracker saves data
        Parameters:
        con - database connection
        Throws:
        java.lang.Exception - when a database error access is verified
      • storeTrack

        void storeTrack​(Track track)
        Save into the table a Track
        Parameters:
        track - the object saved into the database representing the user activity
      • getName

        java.lang.String getName()
        Return the tracker's name
        Returns:
        String representing the tracker's name