Package kr.ac.konkuk.ccslab.cm.event.filesync


package kr.ac.konkuk.ccslab.cm.event.filesync
The filesync package contains event classes that communicates between the client and the server for file synchronization.
  • Classes
    Class
    Description
    This class represents CM events that are used for the file synchronization task.
    This class represents a CMFileSyncEvent with which the server notifies the client of the completion of file sync operation.
    This class represents a CMFileSyncEvent with which the server notifies the client of the completion of transmission of a new file for synchronization.
    This class represents a CMFileSyncEvent with which the server notifies the client of the completion of update of a modified file for synchronization.
    This class represents a CMFileSyncEvent with which the server notifies the client of the completion of sending block checksums of a file.
    This class represents a CMFileSyncEvent with which the client replies to the server about the completion of receiving block checksums of a file.
    This class represents a CMFileSyncEvent with which the client notifies the server of the completion of sending file list for synchronization.
    This class represents a CMFileSyncEvent with which the server replies to the client about the completion of receiving file list for synchronization.
    This class represents a CMFileSyncEvent with which the client notifies the server of the completion of sending the list of requested files to be changed to the local mode.
    This class represents a CMFileSyncEvent with which the server replies to the client about the completion of receiving the list of requested files to be changed to the local mode.
    This class represents a CMFileSyncEvent with which the client notifies the server of the completion of sending the list of requested files to be changed to the online mode.
    This class represents a CMFileSyncEvent with which the server replies to the client about the completion of receiving the list of requested files to be changed to the online mode.
    This class represents a CMFileSyncEvent with which the server sends the client an array of block checksums of a file.
    This class represents a CMFileSyncEvent with which the client sends the server a list of file entries that will be synchronized.
    This class represents a CMFileSyncEvent with which the server acknowledges the reception of a list of file entries that will be synchronized.
    This class represents a CMFileSyncEvent with which the client sends the server a list of online mode file paths that will be changed to the local mode.
    This class represents a CMFileSyncEvent with which the server acknowledges the reception of the list of online mode file paths that will be changed to the local mode.
    This class represents a CMFileSyncEvent with which the client sends the server a list of local mode file paths that will be changed to the online mode.
    This class represents a CMFileSyncEvent with which the server acknowledges the reception of the list of local mode file paths that will be changed to the online mode.
    This class represents a CMFileSyncEvent with which the server requests the transmission of new files for the synchronization from the client.
    This class represents a CMFileSyncEvent with which the server notifies the client of skipping update of a file for synchronization.
    This class represents a CMFileSyncEvent with which the server notifies the client of the start of sending block checksums of a file.
    This class represents a CMFileSyncEvent with which the client acknowledges the reception of the start of sending block checksums of a file from the server.
    This class represents a CMFileSyncEvent with which the client notifies the server of the start of sending a list of file entries for synchronization.
    This class represents a CMFileSyncEvent with which the server acknowledges the reception of the start of sending a list of file entries for synchronization.
    This class represents a CMFileSyncEvent with which the client notifies the server of how to update of an existing file for synchronization.