Class CMFileSyncEvent
java.lang.Object
kr.ac.konkuk.ccslab.cm.entity.CMObject
kr.ac.konkuk.ccslab.cm.event.CMEvent
kr.ac.konkuk.ccslab.cm.event.filesync.CMFileSyncEvent
- Direct Known Subclasses:
CMFileSyncEventCompleteFileSync
,CMFileSyncEventCompleteNewFile
,CMFileSyncEventCompleteUpdateFile
,CMFileSyncEventEndFileBlockChecksum
,CMFileSyncEventEndFileBlockChecksumAck
,CMFileSyncEventEndFileList
,CMFileSyncEventEndFileListAck
,CMFileSyncEventEndLocalModeList
,CMFileSyncEventEndLocalModeListAck
,CMFileSyncEventEndOnlineModeList
,CMFileSyncEventEndOnlineModeListAck
,CMFileSyncEventFileBlockChecksum
,CMFileSyncEventFileEntries
,CMFileSyncEventFileEntriesAck
,CMFileSyncEventLocalModeList
,CMFileSyncEventLocalModeListAck
,CMFileSyncEventOnlineModeList
,CMFileSyncEventOnlineModeListAck
,CMFileSyncEventRequestNewFiles
,CMFileSyncEventSkipUpdateFile
,CMFileSyncEventStartFileBlockChecksum
,CMFileSyncEventStartFileBlockChecksumAck
,CMFileSyncEventStartFileList
,CMFileSyncEventStartFileListAck
,CMFileSyncEventUpdateExistingFile
This class represents CM events that are used for the file synchronization task.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
event ID of the CMFileSyncEventCompleteFileSync class.static final int
event ID of the CMFileSyncEventCompleteNewFile class.static final int
event ID of the CMFileSyncEventCompleteUpdateFile class.static final int
event ID of the CMFileSyncEventEndFileBlockChecksum class.static final int
event ID of the CMFileSyncEventEndFileBlockChecksumAck class.static final int
event ID of the CMFileSyncEventEndFileList class.static final int
event ID of the CMFileSyncEventEndFileListAck class.static final int
event ID of the CMFileSyncEventEndLocalModeList class.static final int
event ID of the CMFileSyncEventEndLocalModeListAck class.static final int
event ID of the CMFileSyncEventEndOnlineModeList class.static final int
event ID of the CMFileSyncEventEndOnlineModeListAck class.static final int
event ID of the CMFileSyncEventFileBlockChecksum class.static final int
event ID of the CMFileSyncEventFileEntries class.static final int
event ID of the CMFileSyncEventFileEntriesAck class.static final int
event ID of the CMFileSyncEventLocalModeList class.static final int
event ID of the CMFileSyncEventLocalModeListAck class.static final int
event ID of the CMFileSyncEventOnlineModeList class.static final int
event ID of the CMFileSyncEventOnlineModeListAck class.static final int
event ID of the CMFileSyncEventRequestNewFiles class.static final int
event ID of the CMFileSyncEventSkipUpdateFile class.static final int
event ID of the CMFileSyncEventStartFileBlockChecksum class.static final int
event ID of the CMFileSyncEventStartFileBlockChecksumAck class.static final int
event ID of the CMFileSyncEventStartFileList class.static final int
event ID of the CMFileSyncEventStartFileListAck class.static final int
event ID of the CMFileSyncEventUpdateExistingFile class.Fields inherited from class kr.ac.konkuk.ccslab.cm.event.CMEvent
m_bytes, m_nByteNum, m_nID, m_strDistributionGroup, m_strDistributionSession, m_strHandlerGroup, m_strHandlerSession, m_strReceiver, m_strSender
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class kr.ac.konkuk.ccslab.cm.event.CMEvent
allocate, equals, getByteNum, getDistributionGroup, getDistributionSession, getHandlerGroup, getHandlerSession, getID, getInt2BytesFromByteBuffer, getReceiver, getSender, getStringFromByteBuffer, marshall, marshallBody, marshallHeader, putInt2BytesToByteBuffer, putStringToByteBuffer, setByteNum, setDistributionGroup, setDistributionSession, setHandlerGroup, setHandlerSession, setID, setReceiver, setSender, toString, unmarshall, unmarshallBody, unmarshallHeader
-
Field Details
-
START_FILE_LIST
public static final int START_FILE_LISTevent ID of the CMFileSyncEventStartFileList class.- See Also:
-
START_FILE_LIST_ACK
public static final int START_FILE_LIST_ACKevent ID of the CMFileSyncEventStartFileListAck class.- See Also:
-
FILE_ENTRIES
public static final int FILE_ENTRIESevent ID of the CMFileSyncEventFileEntries class.- See Also:
-
FILE_ENTRIES_ACK
public static final int FILE_ENTRIES_ACKevent ID of the CMFileSyncEventFileEntriesAck class.- See Also:
-
END_FILE_LIST
public static final int END_FILE_LISTevent ID of the CMFileSyncEventEndFileList class.- See Also:
-
END_FILE_LIST_ACK
public static final int END_FILE_LIST_ACKevent ID of the CMFileSyncEventEndFileListAck class.- See Also:
-
REQUEST_NEW_FILES
public static final int REQUEST_NEW_FILESevent ID of the CMFileSyncEventRequestNewFiles class.- See Also:
-
START_FILE_BLOCK_CHECKSUM
public static final int START_FILE_BLOCK_CHECKSUMevent ID of the CMFileSyncEventStartFileBlockChecksum class.- See Also:
-
START_FILE_BLOCK_CHECKSUM_ACK
public static final int START_FILE_BLOCK_CHECKSUM_ACKevent ID of the CMFileSyncEventStartFileBlockChecksumAck class.- See Also:
-
FILE_BLOCK_CHECKSUM
public static final int FILE_BLOCK_CHECKSUMevent ID of the CMFileSyncEventFileBlockChecksum class.- See Also:
-
END_FILE_BLOCK_CHECKSUM
public static final int END_FILE_BLOCK_CHECKSUMevent ID of the CMFileSyncEventEndFileBlockChecksum class.- See Also:
-
END_FILE_BLOCK_CHECKSUM_ACK
public static final int END_FILE_BLOCK_CHECKSUM_ACKevent ID of the CMFileSyncEventEndFileBlockChecksumAck class.- See Also:
-
UPDATE_EXISTING_FILE
public static final int UPDATE_EXISTING_FILEevent ID of the CMFileSyncEventUpdateExistingFile class.- See Also:
-
COMPLETE_NEW_FILE
public static final int COMPLETE_NEW_FILEevent ID of the CMFileSyncEventCompleteNewFile class.- See Also:
-
COMPLETE_UPDATE_FILE
public static final int COMPLETE_UPDATE_FILEevent ID of the CMFileSyncEventCompleteUpdateFile class.- See Also:
-
SKIP_UPDATE_FILE
public static final int SKIP_UPDATE_FILEevent ID of the CMFileSyncEventSkipUpdateFile class.- See Also:
-
COMPLETE_FILE_SYNC
public static final int COMPLETE_FILE_SYNCevent ID of the CMFileSyncEventCompleteFileSync class.- See Also:
-
ONLINE_MODE_LIST
public static final int ONLINE_MODE_LISTevent ID of the CMFileSyncEventOnlineModeList class.- See Also:
-
ONLINE_MODE_LIST_ACK
public static final int ONLINE_MODE_LIST_ACKevent ID of the CMFileSyncEventOnlineModeListAck class.- See Also:
-
END_ONLINE_MODE_LIST
public static final int END_ONLINE_MODE_LISTevent ID of the CMFileSyncEventEndOnlineModeList class.- See Also:
-
END_ONLINE_MODE_LIST_ACK
public static final int END_ONLINE_MODE_LIST_ACKevent ID of the CMFileSyncEventEndOnlineModeListAck class.- See Also:
-
LOCAL_MODE_LIST
public static final int LOCAL_MODE_LISTevent ID of the CMFileSyncEventLocalModeList class.- See Also:
-
LOCAL_MODE_LIST_ACK
public static final int LOCAL_MODE_LIST_ACKevent ID of the CMFileSyncEventLocalModeListAck class.- See Also:
-
END_LOCAL_MODE_LIST
public static final int END_LOCAL_MODE_LISTevent ID of the CMFileSyncEventEndLocalModeList class.- See Also:
-
END_LOCAL_MODE_LIST_ACK
public static final int END_LOCAL_MODE_LIST_ACKevent ID of the CMFileSyncEventEndLocalModeListAck class.- See Also:
-
-
Constructor Details
-
CMFileSyncEvent
public CMFileSyncEvent()
-