[jboss-cvs] JBossAS SVN: r110476 - branches/snmp4j-int/varia/src/main/java/org/jboss/jmx/adaptor/snmp/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 27 16:51:27 EST 2011


Author: thauser at redhat.com
Date: 2011-01-27 16:51:27 -0500 (Thu, 27 Jan 2011)
New Revision: 110476

Modified:
   branches/snmp4j-int/varia/src/main/java/org/jboss/jmx/adaptor/snmp/test/NotificationProducerServiceMBean.java
Log:
update interface for new methods in implementation

Modified: branches/snmp4j-int/varia/src/main/java/org/jboss/jmx/adaptor/snmp/test/NotificationProducerServiceMBean.java
===================================================================
--- branches/snmp4j-int/varia/src/main/java/org/jboss/jmx/adaptor/snmp/test/NotificationProducerServiceMBean.java	2011-01-27 21:45:11 UTC (rev 110475)
+++ branches/snmp4j-int/varia/src/main/java/org/jboss/jmx/adaptor/snmp/test/NotificationProducerServiceMBean.java	2011-01-27 21:51:27 UTC (rev 110476)
@@ -47,6 +47,16 @@
  void get();
  
  /**
+  * Sends a test SNMP GETBULK
+  */
+ void getBulk();
+ 
+ /**
+  * Sends a test SNMP GETNEXT
+  */
+ void getNext();
+
+ /**
   * Sends a test SNMP SET
   */
  void set();



More information about the jboss-cvs-commits mailing list