![]() |
Rosetta
2021.16
|
ResourceDeallocationMessage class is used so that a JobQueen that knows a resource will no longer be needed can communicate this knowledge to other JobQueens running remotely so that they can deallocate that resource. More...
#include <ResourceDeallocationMessage.hh>

Public Member Functions | |
| ResourceDeallocationMessage () | |
| ResourceDeallocationMessage (std::string const &resource_name) | |
| ~ResourceDeallocationMessage () override | |
| std::string const & | resource_name () const |
| void | resource_name (std::string const &setting) |
Private Attributes | |
| std::string | resource_name_ |
ResourceDeallocationMessage class is used so that a JobQueen that knows a resource will no longer be needed can communicate this knowledge to other JobQueens running remotely so that they can deallocate that resource.
| protocols::jd3::deallocation::ResourceDeallocationMessage::ResourceDeallocationMessage | ( | ) |
| protocols::jd3::deallocation::ResourceDeallocationMessage::ResourceDeallocationMessage | ( | std::string const & | resource_name | ) |
|
override |
| std::string const & protocols::jd3::deallocation::ResourceDeallocationMessage::resource_name | ( | ) | const |
References resource_name_.
| void protocols::jd3::deallocation::ResourceDeallocationMessage::resource_name | ( | std::string const & | setting | ) |
References resource_name_.
|
private |
Referenced by resource_name().
1.8.7