Package org.snmp4j.model.snmp.proxy
Interface TaskId
- All Known Subinterfaces:
SnmpRowListener
- All Known Implementing Classes:
SnmpProxyAdapter.CommitTask
public interface TaskId
The TaskId identifies an asynchronous task to get information about the task's status (completion).
- Author:
- Frank Fock
-
Method Summary
-
Method Details
-
isFinished
boolean isFinished()Checks if the task finished yet.- Returns:
true
if the task has finished,false
otherwise.
-