psdi.app.recontask.engine.write

Interface ResultWriter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void init(ReconInfo reconInfo)
      Initialize the class.
      void setValue(java.lang.String attribute, java.lang.Object value)
      Sets a value (the value of a database column).
      void write(DBShortcut dbShortcut)
      Writes out the results altogether to the database.
    • Method Detail

      • init

        void init(ReconInfo reconInfo)
           throws MXException,
                  java.rmi.RemoteException
        Initialize the class.
        Parameters:
        reconInfo - - the ReconInfo class with the recon task info.
        Throws:
        MXException
        java.rmi.RemoteException
      • setValue

        void setValue(java.lang.String attribute,
                      java.lang.Object value)
               throws MXException,
                      java.rmi.RemoteException
        Sets a value (the value of a database column).
        Parameters:
        attribute - - the db column name.
        value - - the value to write at the column.
        Throws:
        MXException
        java.rmi.RemoteException
      • write

        void write(DBShortcut dbShortcut)
            throws MXException,
                   java.rmi.RemoteException
        Writes out the results altogether to the database.
        Parameters:
        dbShortcut - - the db connection to use.
        Throws:
        MXException
        java.rmi.RemoteException