ARC SDK
Public Member Functions
Arc::BrokerPluginLoader Class Reference

Handles loading of the required BrokerPlugin plugin. More...

#include <arc/compute/BrokerPlugin.h>

Inheritance diagram for Arc::BrokerPluginLoader:

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.
 
BrokerPluginload (const UserConfig &uc, const std::string &name="", bool keep_ownerskip=true)
 Load the BrokerPlugin with the given name.
 
BrokerPluginload (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.
 
BrokerPlugincopy (const BrokerPlugin *p, bool keep_ownerskip=true)
 Copy a BrokerPlugin.
 

Detailed Description

Handles loading of the required BrokerPlugin plugin.


The documentation for this class was generated from the following file: