Package org.snmp4j.model.transaction
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 Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
-
Method Details
-
setRollbackOnly
void setRollbackOnly() -
isRollbackOnly
boolean isRollbackOnly() -
isAutoCommit
boolean isAutoCommit()
-