Interface Batch.Status

Enclosing interface:
Batch

public static interface Batch.Status
The status of a batch.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether or not this batch is active.
    boolean
    Indicates whether or not this batch was closed.
    boolean
    Indicates whether or not this batch will be discarded.
  • Method Details

    • isActive

      boolean isActive()
      Indicates whether or not this batch is active.
      Returns:
      true, if this batch is active, false otherwise.
    • isDiscarding

      boolean isDiscarding()
      Indicates whether or not this batch will be discarded.
      Returns:
      true, if this batch will be discarded, false otherwise.
    • isClosed

      boolean isClosed()
      Indicates whether or not this batch was closed.
      Returns:
      true, if this batch was closed, false otherwise.