Modifier and Type | Method | Description |
---|---|---|
List<? extends SnmpCommitResult> |
SNMP4JAgentSnmpService.commit(SnmpTransaction transaction,
SnmpCommitListener commitListener) |
|
void |
SNMP4JAgentSnmpService.update(SnmpTransaction snmpTransaction,
org.snmp4j.Target target,
SnmpValuesChangeSet variableBindings,
SnmpCommitListener snmpCommitListener) |
Modifier and Type | Method | Description |
---|---|---|
List<? extends SnmpCommitResult> |
LocalSnmpService.commit(SnmpTransaction transaction,
SnmpCommitListener commitListener) |
|
void |
LocalSnmpService.update(SnmpTransaction snmpTransaction,
org.snmp4j.Target target,
SnmpValuesChangeSet variableBindings,
SnmpCommitListener commitListener) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
SnmpTable<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The
SnmpTable defines the interface for writable table proxies. |
Modifier and Type | Class | Description |
---|---|---|
protected class |
SnmpProxyAdapter.CommitListenerProxy |
|
class |
SnmpScalarImpl<T> |
The
SnmpScalarImpl 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 Java
TableModel . |
Modifier and Type | Method | Description |
---|---|---|
TaskId |
SnmpProxyAdapter.commitChanges(SnmpCommitListener commitListener) |
Constructor | Description |
---|---|
CommitListenerProxy(SnmpCommitListener snmpProxyObject) |
|
CommitTask(Map<SnmpProxyObject,List<SnmpValuesChangeSet>> commits,
SnmpCommitListener commitListener) |
Modifier and Type | Method | Description |
---|---|---|
TaskId |
SnmpProxyCommitter.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.
|
Modifier and Type | Method | Description |
---|---|---|
List<? extends SnmpCommitResult> |
TransactionManager.commit(SnmpTransaction transaction,
SnmpCommitListener commitListener) |
Commits the transaction to the agent.
|
Copyright © 2020 SNMP4J.org. All rights reserved.