HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Deletes the global naming context. More...
#include <rwsf/agent_methods/NamedObjectCleanup.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 deletes the Agent's global NamingContext instance.
The NamedObjectCleanup
is configured in the main Agent configuration file, rwagent.xml
, located in the <installdir>
\conf
directory.
|
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. |