Class AgentXSubagent.RequestID

java.lang.Object
org.snmp4j.agent.agentx.subagent.AgentXSubagent.RequestID
All Implemented Interfaces:
Comparable<AgentXSubagent.RequestID>
Enclosing class:
AgentXSubagent

protected static class AgentXSubagent.RequestID extends Object implements Comparable<AgentXSubagent.RequestID>
The RequestID uniquely identifies a set request in the request list by the master's address, the AgentX session ID, and the AgentX transaction ID. It is used to correlate the phases of a two-phase-commit set operation (TestSet, CommitSet, UndoSet, CleanupSet).
Version:
3.2.0
Author:
Frank Fock
  • Constructor Details

    • RequestID

      public RequestID(org.snmp4j.smi.Address masterAddress, int sessionID, int transactionID)
      Creates a new RequestID.
      Parameters:
      masterAddress - the Address of the master agent that initiated the request.
      sessionID - the AgentX session ID of the request.
      transactionID - the AgentX transaction ID of the request.
  • Method Details