WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent to a FileRegistryService to request the addition of an entry. More...
#include <FileRegistryMessage.h>
Public Member Functions | |
FileRegistryAddEntryRequestMessage (std::string answer_mailbox, WorkflowFile *file, std::shared_ptr< FileLocation > location, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
The mailbox to which the answer message should be sent. | |
WorkflowFile * | file |
The file for which to add an entry. | |
std::shared_ptr< FileLocation > | location |
The location in that entry. | |
Additional Inherited Members |
A message sent to a FileRegistryService to request the addition of an entry.
wrench::FileRegistryAddEntryRequestMessage::FileRegistryAddEntryRequestMessage | ( | std::string | answer_mailbox, |
WorkflowFile * | file, | ||
std::shared_ptr< FileLocation > | location, | ||
double | payload | ||
) |
Constructor.
answer_mailbox | the mailbox to which the answer message should be sent |
file | the file for which an entry should be added |
location | the location for the new entry |
payload | the message size in bytes |