AdventNet Agent Toolkit is a rapid prototyping and development tool used for building cross platform Java based Multi-Protocol agents. It addition to building Multi-Protocol agents, the toolkit also supports the development of Standalone SNMP and TL1 Agents. This tutorial is organized to demonstrate the complete development process of implementing a JMX management solution . The Product architecture of AdventNet Multi-Protocol agent is given below for your reference . It gives you an overview of the development and test tools used in building Multi-Protocol agents and the multi-protocol architecture.
The MIB Editor creates a MIB.
Taking the MIB as the input the JMX Compiler tool generates and compiles java code for that MIB. The generated code will be based on the Model MBeans specified by JMX specification.
The Multi-Protocol agent created can be managed through SNMP, RMI, CORBA, HTTP, TL1, and HTML adaptors.