public class DataUpdateMessage extends ClusterMessage
Contains the details of a file data update start or completion.
AllNodes| Constructor and Description |
|---|
DataUpdateMessage()
Default constructor
|
DataUpdateMessage(java.lang.String targetNode,
ClusterNode fromNode,
java.lang.String path,
boolean startUpdate)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
Return the normalized path of the file/folder
|
boolean |
isStartOfUpdate()
Return the start of update flag
|
java.lang.String |
toString()
Return the file status message as a string
|
getFromNode, getTargetNode, hasFromNode, isAllNodes, isFromLocalNode, isTypepublic DataUpdateMessage()
public DataUpdateMessage(java.lang.String targetNode,
ClusterNode fromNode,
java.lang.String path,
boolean startUpdate)
targetNode - StringfromNode - ClusterNodepath - Stringpublic final java.lang.String getPath()
public final boolean isStartOfUpdate()
public java.lang.String toString()
toString in class ClusterMessageCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.