public interface ResultWriter
| 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. | 
void init(ReconInfo reconInfo) throws MXException, java.rmi.RemoteException
reconInfo - - the ReconInfo class with the recon task info.MXExceptionjava.rmi.RemoteExceptionvoid setValue(java.lang.String attribute,
            java.lang.Object value)
              throws MXException,
                     java.rmi.RemoteException
attribute - - the db column name.value - - the value to write at the column.MXExceptionjava.rmi.RemoteExceptionvoid write(DBShortcut dbShortcut) throws MXException, java.rmi.RemoteException
dbShortcut - - the db connection to use.MXExceptionjava.rmi.RemoteException