|  | Qorus Integration Engine®
    4.0.3.p2_git
    | 
Base class for object providing configuration items. More...
| Public Member Methods | |
| public 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.
| public 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.