Package org.snmp4j.model.transaction
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 TypeMethodDescriptionGets 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.
-