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

    Modifier and Type
    Method
    Description
    boolean
    Checks if the task finished yet.
  • Method Details

    • isFinished

      boolean isFinished()
      Checks if the task finished yet.
      Returns:
      true if the task has finished, false otherwise.