public class DataUpdateMessage extends ClusterMessage
Contains the details of a file data update start or completion.
AllNodes
Constructor and Description |
---|
DataUpdateMessage()
Default constructor
|
DataUpdateMessage(String targetNode,
ClusterNode fromNode,
String path,
boolean startUpdate)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Return the normalized path of the file/folder
|
boolean |
isStartOfUpdate()
Return the start of update flag
|
String |
toString()
Return the file status message as a string
|
getFromNode, getTargetNode, hasFromNode, isAllNodes, isFromLocalNode, isType
public DataUpdateMessage()
public DataUpdateMessage(String targetNode, ClusterNode fromNode, String path, boolean startUpdate)
targetNode
- StringfromNode
- ClusterNodepath
- StringstartUpdate
- booleanpublic final String getPath()
public final boolean isStartOfUpdate()
public String toString()
toString
in class ClusterMessage
Copyright © 2005–2017 Alfresco Software. All rights reserved.