Class CMFileSyncEventEndLocalModeList


public class CMFileSyncEventEndLocalModeList extends CMFileSyncEvent
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.
  • Constructor Details

    • CMFileSyncEventEndLocalModeList

      public CMFileSyncEventEndLocalModeList()
    • CMFileSyncEventEndLocalModeList

      public CMFileSyncEventEndLocalModeList(ByteBuffer msg)
  • Method Details

    • getByteNum

      protected int getByteNum()
      Overrides:
      getByteNum in class CMEvent
    • marshallBody

      protected void marshallBody()
      Specified by:
      marshallBody in class CMEvent
    • unmarshallBody

      protected void unmarshallBody(ByteBuffer msg)
      Specified by:
      unmarshallBody in class CMEvent
    • toString

      public String toString()
      Overrides:
      toString in class CMEvent
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class CMEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getRequester

      public String getRequester()
      gets the requester (client) name.
      Returns:
      requester (client) name
    • setRequester

      public void setRequester(String requester)
    • getNumLocalModeFiles

      public int getNumLocalModeFiles()
      gets the number of requested files to be changed to the local mode.
      Returns:
      number of requested online mode files
    • setNumLocalModeFiles

      public void setNumLocalModeFiles(int numLocalModeFiles)