[ask] package

where i can found this packagesunw.admin.snmp.*;i need JMAPI class where i can find it. any one reply me i beg you please
[149 byte] By [v-va] at [2007-11-27 8:13:54]
# 1
Hi,The following link has few java file under this package. check them might be usefull for you. http://www.dsc.ufcg.edu.br/~jacques/cursos/gr/recursos/jmapi/Regards,Rakesh
rakesh_mscita at 2007-7-12 19:58:24 > top of Java-index,Core,Monitoring & Management...
# 2

Hi,

You can find the JMAPI SNMP javadoc at: http://www.dsc.ufcg.edu.br/~jacques/cursos/gr/recursos/jmapi/doc/Package-sunw.admin.snmp.html

I磎 just curious to know why and how you are using the old JMAPI technology. Are you a PhD student evaluating Java management frameworks or you want to use it to add management capabilities to a commercial product?

I could say JMAPI was the precursor of the standard JMX and JMX Remote APIs, JSRs 3 and 160, respectively. These standards have been integrated in the Java Platform since J2SE 5.0.

If you are looking for a Java SNMP toolkit it might be worth looking at the Java Dynamic Management Kit (JavaDMK) product. You can download an evaluation version at:

http://www.sun.com/software/jdmk/index.xml

This product has been recently open sourced as OpenDMK and very soon the SNMP toolkit will be part of it.

https://opendmk.dev.java.net/

Regards,

Luis-Miguel Alventosa

Java SE JMX/JConsole development team

Sun Microsystems, Inc.

lmalventa at 2007-7-12 19:58:24 > top of Java-index,Core,Monitoring & Management...