[jboss-user] [Management, JMX/JBoss] - JBoss SNMP for sending Get requests

dpocock do-not-reply at jboss.com
Tue Oct 9 05:07:40 EDT 2007



JBoss includes the joeSNMP stack for sending traps and responding to some Get requests.  However, the documentation does not discuss the possibility of sending Get requests from an application running inside JBoss.

Is it safe to send get requests from within an EJB?  If yes, how will the callbacks be received, or will the request block? 

Will joeSNMP start threads in a JBoss compliant manner when sending get requests?  

joeSNMP defines an SnmpHandler interface, with a callback:

public void snmpReceivedPdu(SnmpSession session, int cmd, SnmpPduPacket pdu);

to be implemented within the application.  Are the callbacks made from within container managed threads?



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092913#4092913

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092913



More information about the jboss-user mailing list