Class GlobalTransaction

java.lang.Object
org.snmp4j.model.snmp.api.GlobalTransaction
All Implemented Interfaces:
SnmpTransaction

public class GlobalTransaction extends Object implements SnmpTransaction
The GlobalTransaction implements a SnmpTransaction with rollback marker and an auto-commit option.
Version:
1.0
Author:
Frank Fock
  • Constructor Details

    • GlobalTransaction

      public GlobalTransaction(boolean autocommit)
      Creates a transaction with autocommit on or off.
      Parameters:
      autocommit - true if autocommit is turned on, otherwise false. With autocommit on, changes are immediately sent to the agent (command responder). Otherwise, they are collected until an explicit commit is performed.
  • Method Details