Class AbstractIoService.ServiceOperationFuture

    • Constructor Detail

      • ServiceOperationFuture

        public ServiceOperationFuture()
    • Method Detail

      • isDone

        public final boolean isDone()
        Specified by:
        isDone in interface IoFuture
        Overrides:
        isDone in class DefaultIoFuture
        Returns:
        true if the operation is completed.
      • setDone

        public final void setDone()
      • getException

        public final Exception getException()
      • setException

        public final void setException​(Exception exception)