Interface SnmpTransaction

All Known Implementing Classes:
GlobalTransaction

public interface SnmpTransaction
The SnmpTransaction manages changes to client representations of managed objects of the command responder (i.e., the agent). A SnmpTransaction uses SNMP SET PDUs to actually modify values of the command responder.
  • Method Details

    • setRollbackOnly

      void setRollbackOnly()
    • isRollbackOnly

      boolean isRollbackOnly()
    • isAutoCommit

      boolean isAutoCommit()