Tel: +86-134-31394972
E-mail: sales@pre-webguidesystem.com
Protocol adapters supported by multi-protocol agents include: SNMP, TL1, RMI, CORBA, HTTP, and HTML adapters.
In the actual development process, we often encounter such a thing, we have developed a base class based on the initial needs, only to understand the detailed requirements or changes in the requirements during the development process. The interface in the development work has already been defined, and has been heavily coded. At this time, if the definition of the interface is changed, it will cause a lot of repetitive modification work on the code, and further, it may cause semantic errors or logic errors caused by incomplete modification. Semantic errors can still be found during the compilation phase, and once a logical error occurs, the consequences will be very serious, even enough to cause the system to crash. At this point you need to use the adapter mode design method.


Previous: Adaptation Mode
Next: Adapter Introduction