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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to