Package step.datapool

Class DataPoolRow


  • public class DataPoolRow
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DataPoolRow​(java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void commit()
      This method has to be called by the user when DataSet.isRowCommitEnabled is set to true at the end of each iteration
      java.lang.Object getValue()  
      java.lang.String toString()  
      void waitForCommit()
      Wait for the row to be committed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DataPoolRow

        public DataPoolRow​(java.lang.Object value)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • commit

        public void commit()
        This method has to be called by the user when DataSet.isRowCommitEnabled is set to true at the end of each iteration
      • waitForCommit

        public void waitForCommit()
                           throws java.lang.InterruptedException
        Wait for the row to be committed
        Throws:
        java.lang.InterruptedException