Package org.snmp4j.agent.agentx.master.index.AgentXIndexRegistry

Examples of org.snmp4j.agent.agentx.master.index.AgentXIndexRegistry.IndexRegistryEntry.allocate()


        return status;
      }
      return AgentXProtocol.AGENTX_SUCCESS;
    }
    else {
      return oldEntry.allocate(sessionID, vb.getVariable(), testOnly);
    }
  }

  public int release(int sessionID,
                     OctetString context, VariableBinding vb,
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.