uk.ac.cisban.rod.data.handlers
Class ParseInoculationTask

java.lang.Object
  extended by javax.swing.SwingWorker<MANAGED,MANAGED1>
      extended by uk.ac.cisban.rod.data.handlers.StateSwingWorker<java.lang.Void,java.lang.Void>
          extended by uk.ac.cisban.rod.data.handlers.ParseInoculationTask
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.Void>, java.util.concurrent.RunnableFuture<java.lang.Void>

public class ParseInoculationTask
extends StateSwingWorker<java.lang.Void,java.lang.Void>

Parses an inoculation log file and adds new Inoculations to the database.

Since:
17-Dec-2008 3:44:57 PM
Author:
Morgan Taschuk

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
ParseInoculationTask(java.io.File aFile, java.lang.Long actionApplicationid)
           
 
Method Summary
 java.lang.Void doInBackground()
           
 void done()
           
 ActionApplication getActionApplication()
           
 
Methods inherited from class uk.ac.cisban.rod.data.handlers.StateSwingWorker
addException, addExceptions, getException, getId, getStatus, setRandomProgress, setStatus
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseInoculationTask

public ParseInoculationTask(java.io.File aFile,
                            java.lang.Long actionApplicationid)
Method Detail

doInBackground

public java.lang.Void doInBackground()
                              throws java.lang.Exception
Specified by:
doInBackground in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
Throws:
java.lang.Exception

done

public void done()
Overrides:
done in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>

getActionApplication

public ActionApplication getActionApplication()


Copyright © 2010. All Rights Reserved.