Interface Executable

  • All Known Implementing Classes:
    ReadExec, WriteExec

    public interface Executable
    Defines the interface of an asynchronous process.
    • Method Detail

      • getExecStatus

        ExecStatus getExecStatus()
        Gets the execution status.
        Returns:
        an instance of ExecStatus
      • setFinishedNotificationReceiver

        void setFinishedNotificationReceiver​(java.lang.Object aReceiver)
        Sets an object which should receive notifications of status changes.
        Parameters:
        aReceiver - the receiving object
      • getResult

        AsyncResult<?> getResult()
        Gets the process result.
        Returns:
        an instance of AsyncResult with generic type