|
ARC SDK
|
Handles loading of the required BrokerPlugin plugin. More...
#include <arc/compute/BrokerPlugin.h>
Public Member Functions | |
| BrokerPluginLoader () | |
| Load the base configuration of plugin locations etc. | |
| ~BrokerPluginLoader () | |
| If keep_ownership in load() is true then BrokerPlugin objects are deleted. | |
| BrokerPlugin * | load (const UserConfig &uc, const std::string &name="", bool keep_ownerskip=true) |
| Load the BrokerPlugin with the given name. | |
| BrokerPlugin * | load (const UserConfig &uc, const JobDescription &j, const std::string &name="", bool keep_ownerskip=true) |
| Load the BrokerPlugin with the given name and set the JobDescription in it. | |
| BrokerPlugin * | copy (const BrokerPlugin *p, bool keep_ownerskip=true) |
| Copy a BrokerPlugin. | |
Handles loading of the required BrokerPlugin plugin.
1.8.3.1