Package | Description |
---|---|
org.snmp4j.model.snmp.agent | |
org.snmp4j.model.snmp.api | |
org.snmp4j.model.snmp.spi | |
org.snmp4j.model.transaction |
Modifier and Type | Method | Description |
---|---|---|
SnmpTransaction |
SNMP4JAgentSnmpService.getSnmpTransaction(SnmpTransactionStrategy transactionStrategy) |
Modifier and Type | Method | Description |
---|---|---|
List<? extends SnmpCommitResult> |
SNMP4JAgentSnmpService.commit(SnmpTransaction transaction,
SnmpCommitListener commitListener) |
|
boolean |
SNMP4JAgentSnmpService.isAtomic(SnmpTransaction transaction) |
|
void |
SNMP4JAgentSnmpService.rollback(SnmpTransaction transaction) |
|
void |
SNMP4JAgentSnmpService.update(SnmpTransaction snmpTransaction,
org.snmp4j.Target target,
SnmpValuesChangeSet variableBindings,
SnmpCommitListener snmpCommitListener) |
Modifier and Type | Class | Description |
---|---|---|
class |
GlobalTransaction |
The
GlobalTransaction implements a SnmpTransaction
with rollback marker and an auto-commit option. |
Modifier and Type | Method | Description |
---|---|---|
SnmpTransaction |
LocalSnmpService.getSnmpTransaction(SnmpTransactionStrategy transactionStrategy) |
Modifier and Type | Method | Description |
---|---|---|
List<? extends SnmpCommitResult> |
LocalSnmpService.commit(SnmpTransaction transaction,
SnmpCommitListener commitListener) |
|
boolean |
LocalSnmpService.isAtomic(SnmpTransaction transaction) |
|
void |
LocalSnmpService.rollback(SnmpTransaction transaction) |
|
void |
LocalSnmpService.update(SnmpTransaction snmpTransaction,
org.snmp4j.Target target,
SnmpValuesChangeSet variableBindings,
SnmpCommitListener commitListener) |
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpService.update(SnmpTransaction snmpTransaction,
org.snmp4j.Target target,
SnmpValuesChangeSet changeSet,
SnmpCommitListener snmpCommitListener) |
Updates (SETs) a set of changes with an atomic SET operation asynchronously.
|
Modifier and Type | Method | Description |
---|---|---|
SnmpTransaction |
TransactionManager.getSnmpTransaction(SnmpTransactionStrategy transactionStrategy) |
Modifier and Type | Method | Description |
---|---|---|
List<? extends SnmpCommitResult> |
TransactionManager.commit(SnmpTransaction transaction,
SnmpCommitListener commitListener) |
Commits the transaction to the agent.
|
boolean |
TransactionManager.isAtomic(SnmpTransaction transaction) |
Checks if this transaction can be committed with atomicity.
|
void |
TransactionManager.rollback(SnmpTransaction transaction) |
Copyright © 2020 SNMP4J.org. All rights reserved.