Qorus Integration Engine® Enterprise Edition 6.0.27_prod
|
Base class for object providing configuration items. More...
Public Member Methods | |
final *hash< string, hash< ConfigItemInfo > > | getConfigItems () |
Method to return local configuration items. More... | |
*hash< string, hash< ConfigItemInfo > > | getConfigItemsImpl () |
Method to return local configuration items; this method should be overridden by child classes to provide item configuration. More... | |
Base class for object providing configuration items.
final *hash< string, hash< ConfigItemInfo > > OMQ::UserApi::QorusConfigurationItemProvider::getConfigItems | ( | ) |
Method to return local configuration items.
This is executed by oload when the object is loaded. The base class implementation returns no value.
*hash< string, hash< ConfigItemInfo > > OMQ::UserApi::QorusConfigurationItemProvider::getConfigItemsImpl | ( | ) |
Method to return local configuration items; this method should be overridden by child classes to provide item configuration.
This is executed by getConfigItems() by oload: Data Loading Tool and Schema Manager when the object is loaded into the system. The base class implementation is empty and returns no value.