Package org.jboss.jmx.adaptor.snmp.agent

Examples of org.jboss.jmx.adaptor.snmp.agent.ComparableSnmpObjectId.compareTo()


   */
  public void testCompareTo5()
  {
    ComparableSnmpObjectId coid  = new ComparableSnmpObjectId("1.2.3.4.2");
    Object coid2 = new Object();
    int res = coid.compareTo(coid2);
    assertTrue(res == -1);
  }

 
  public void testGetNextArc()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.