Uses of Interface
org.snmp4j.model.snmp.proxy.SnmpCommitListener
Packages that use SnmpCommitListener
Package
Description
-
Uses of SnmpCommitListener in org.snmp4j.model.snmp.agent
Methods in org.snmp4j.model.snmp.agent with parameters of type SnmpCommitListenerModifier and TypeMethodDescriptionList<? extends SnmpCommitResult>
SNMP4JAgentSnmpService.commit
(SnmpTransaction transaction, SnmpCommitListener commitListener) void
SNMP4JAgentSnmpService.update
(SnmpTransaction snmpTransaction, org.snmp4j.Target target, SnmpValuesChangeSet variableBindings, SnmpCommitListener snmpCommitListener) -
Uses of SnmpCommitListener in org.snmp4j.model.snmp.api
Methods in org.snmp4j.model.snmp.api with parameters of type SnmpCommitListenerModifier and TypeMethodDescriptionList<? extends SnmpCommitResult>
LocalSnmpService.commit
(SnmpTransaction transaction, SnmpCommitListener commitListener) void
LocalSnmpService.update
(SnmpTransaction snmpTransaction, org.snmp4j.Target target, SnmpValuesChangeSet variableBindings, SnmpCommitListener commitListener) -
Uses of SnmpCommitListener in org.snmp4j.model.snmp.proxy
Subinterfaces of SnmpCommitListener in org.snmp4j.model.snmp.proxyModifier and TypeInterfaceDescriptioninterface
SnmpTable<C extends SnmpProxyColumn,
IC extends SnmpProxyIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheSnmpTable
defines the interface for writable table proxies. -
Uses of SnmpCommitListener in org.snmp4j.model.snmp.proxy.impl
Classes in org.snmp4j.model.snmp.proxy.impl that implement SnmpCommitListenerModifier and TypeClassDescriptionprotected class
class
TheSnmpScalarImpl
class implements a SNMP scalar proxy with write access.class
SnmpTableImpl<IC extends SnmpProxyIndexColumn,
C extends SnmpProxyColumn, IT, T, R extends SnmpProxyRow<IT, T>> The SnmpTableImpl class implements a writable SNMP table that implements the JavaTableModel
.Methods in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpCommitListenerModifier and TypeMethodDescriptionSnmpProxyAdapter.commitChanges
(SnmpCommitListener commitListener) Constructors in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpCommitListenerModifierConstructorDescriptionCommitListenerProxy
(SnmpCommitListener snmpProxyObject) CommitTask
(Map<SnmpProxyObject, List<SnmpValuesChangeSet>> commits, SnmpCommitListener commitListener) -
Uses of SnmpCommitListener in org.snmp4j.model.snmp.spi
Methods in org.snmp4j.model.snmp.spi with parameters of type SnmpCommitListenerModifier and TypeMethodDescriptionSnmpProxyCommitter.commitChanges
(SnmpCommitListener commitListener) Commit the changes in the current queue asynchronously in the background.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. -
Uses of SnmpCommitListener in org.snmp4j.model.transaction
Methods in org.snmp4j.model.transaction with parameters of type SnmpCommitListenerModifier and TypeMethodDescriptionList<? extends SnmpCommitResult>
TransactionManager.commit
(SnmpTransaction transaction, SnmpCommitListener commitListener) Commits the transaction to the agent.