Package org.snmp4j.agent.mo.snmp

Examples of org.snmp4j.agent.mo.snmp.TestAndIncr


    throw new UnsupportedOperationException(
      "TestandIncr TC is not supported for columns");
  }

  public MOScalar createScalar(OID oid, MOAccess access, Variable value) {
    return new TestAndIncr(oid);
  }
View Full Code Here

TOP

Related Classes of org.snmp4j.agent.mo.snmp.TestAndIncr

Copyright © 2018 www.massapicom. 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.