#include <Module.h>
Public Member Functions | |
const PluginInfo & | info () const |
It returns the PluginInfo of the CppPlugin. More... | |
bool | initialized () const |
It returns true or false if the CppPlugin was initialized. More... | |
Module (const te::core::PluginInfo &pluginInfo) | |
Plugin constructor. More... | |
~Module () | |
Destructor. More... | |
Re-Implmentation from Plugin Interface | |
Re-Implementation from Plugin Interface. | |
void | startup () |
This method will be called by TerraLib to startup some plugin's functionality. More... | |
void | shutdown () |
This method will be called by TerraLib to shutdown plugin's functionality. More... | |
Protected Attributes | |
bool | m_initialized |
PluginInfo | m_pinfo |
te::wfs::Module::Module | ( | const te::core::PluginInfo & | pluginInfo | ) |
Plugin constructor.
pInfo | Basic information provided to initialize this module through the plugin API. |
te::wfs::Module::~Module | ( | ) |
Destructor.
|
virtualinherited |
It returns the PluginInfo of the CppPlugin.
Implements te::core::AbstractPlugin.
|
virtualinherited |
It returns true or false if the CppPlugin was initialized.
Implements te::core::AbstractPlugin.
|
virtual |
This method will be called by TerraLib to shutdown plugin's functionality.
Exception | It throws an exception if the plugin can not be shutdown. |
Implements te::core::AbstractPlugin.
|
virtual |
This method will be called by TerraLib to startup some plugin's functionality.
Exception | It throws an exception if the plugin can not be started. |
Implements te::core::AbstractPlugin.
|
protectedinherited |
Definition at line 73 of file CppPlugin.h.
|
protectedinherited |
Definition at line 72 of file CppPlugin.h.