public class FileStatusMessage extends ClusterMessage
Contains the details of a file status update.
AllNodes
Constructor and Description |
---|
FileStatusMessage()
Default constructor
|
FileStatusMessage(String targetNode,
String path,
int fileSts)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getFileStatus()
Return the new file status
|
String |
getPath()
Return the normalized path of the file/folder
|
String |
toString()
Return the file status message as a string
|
getFromNode, getTargetNode, hasFromNode, isAllNodes, isFromLocalNode, isType
public final String getPath()
public final int getFileStatus()
public String toString()
toString
in class ClusterMessage
Copyright © 2005–2017 Alfresco Software. All rights reserved.