Notification of completion of file transfer from a remote node.
| Constructor and description |
|---|
RemoteFileNtf
() |
RemoteFileNtf
(Message msg) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
byte[] |
getData()Gets the data transferred. |
|
String |
getFilename()Gets the name of the remote file. |
|
int |
getFrom()Gets the source node address. |
|
void |
setData(byte[] data)Sets the data transferred. |
|
void |
setFilename(String filename)Sets the name of the remote file. |
|
void |
setFrom(int source)Sets the source. |
|
String |
toString() |
| Methods inherited from class | Name |
|---|---|
class Message |
toString, setSender, getSender, setMessageID, getMessageID, setInReplyTo, getInReplyTo, setSentAt, getSentAt, setPerformative, getPerformative, setRecipient, getRecipient, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Gets the data transferred.
Gets the name of the remote file.
Gets the source node address.
Sets the data transferred.
data - data transferredSets the name of the remote file.
filename - name of the remote fileSets the source.
source - addressCopyright 2013-21, Acoustic Research Laboratory, National University of Singapore, and Subnero Pte Ltd