HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Loads and registers named objects with the Agent's global naming context. More...
#include <rwsf/agent_methods/NamedObjectLoader.h>
Public Member Functions | |
virtual void | init (const rwsf::Config &config, const rwsf::AgentContext &context) |
virtual void | invoke () |
Public Member Functions inherited from rwsf::AgentMethodImp | |
AgentMethodImp () | |
Additional Inherited Members | |
Related Functions inherited from rwsf::AgentMethodImp | |
#define | RWSF_DEFINE_METHOD(NAME) |
This class loads the named objects defined in an XML configuration file and registers them with the Agent's global NamingContext instance.
The NamedObjectLoader
is configured in the main Agent configuration file, rwagent.xml
, located in the <installdir>
\conf
directory.
For more information about how to configure and use named objects, see the User Guide on Named Objects.
|
virtual |
Initializes the method with configuration options specified in the configuration file rwagent.xml
, located in the <installdir>\conf
directory.
Implements rwsf::AgentMethodImp.
|
virtual |
Defines the main functionality of the AgentMethod. Anyone extending from this class must implement the invoke() method to define the method's behavior.
Implements rwsf::AgentMethodImp.
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |