Create interfaces
If you expect other modules to use the functionality provided by your module, create an interface.
developers can include the interface in a module to ensure that BladeManager registers the module with the interface before registering the module dependent on the interface.
The interface you define encompasses all of your module.
The following table lists the properties you specify when you create
an interface.
| Property | Default | Description |
|---|---|---|
| Interface name | INewInterface | The name of the interface. Must be unique. Change the name to Iproject, where project is the name of your module. |
| Interface description | None | Optional. A description of the interface and its intended purpose. |
For HCL Informix® Version 9.2 and later, the maximum length of an interface name is 64 characters.
For HCL Informix® Version 9.14, the maximum length of an interface name is 18 characters.