Package org.snmp4j.model.snmp.proxy.impl
Class SnmpProxyAdapter.CommitTask
java.lang.Object
org.snmp4j.model.snmp.proxy.impl.SnmpProxyAdapter.CommitTask
- Enclosing class:
- SnmpProxyAdapter
-
Constructor Summary
ConstructorsConstructorDescriptionCommitTask
(Map<SnmpProxyObject, List<SnmpValuesChangeSet>> commits, SnmpCommitListener commitListener) -
Method Summary
-
Constructor Details
-
CommitTask
public CommitTask(Map<SnmpProxyObject, List<SnmpValuesChangeSet>> commits, SnmpCommitListener commitListener)
-
-
Method Details
-
run
public void run() -
isFinished
public boolean isFinished()Description copied from interface:TaskId
Checks if the task finished yet.- Specified by:
isFinished
in interfaceTaskId
- Returns:
true
if the task has finished,false
otherwise.
-