Interface SnmpTransactionStrategy

All Known Implementing Classes:
SnmpProxyAdapter

public interface SnmpTransactionStrategy
The SnmpTransactionStrategy defines ACID settings for SNMP managed object modifications.
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the isolation level for this transaction.
  • Method Details

    • getIsolationLevel

      SnmpIsolationLevel getIsolationLevel()
      Gets the isolation level for this transaction. In SNMP isolation of SET requests is managed by TestAndIncr managed objects or not managed at all.
      Returns:
      the isolation level.