MasterInfo

A masterInfo class exists for each protocol. The masterInfo describes the parameters needed to configure a listener and an emitter. To prepare a masterInfo, extend the masterInfo base class with a specific instance. Look at com.ibi.config.MasterInfoFile as an example. A MasterInfo is static, so that the tables appear once in memory, but are instanced as needed to make available their methods to validate entered parameters.

When you develop a component, you provide a reference to the static instance of your masterInfo in the addListener() and addEmitter() calls.


iWay Software