org.jlab.coda.afecs.ui.rcgui
Class RcDbSessions

java.lang.Object
  extended by javax.swing.SwingWorker<java.lang.String[],java.lang.Void>
      extended by org.jlab.coda.afecs.ui.rcgui.RcDbSessions
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.String[]>, java.util.concurrent.RunnableFuture<java.lang.String[]>

public class RcDbSessions
extends javax.swing.SwingWorker<java.lang.String[],java.lang.Void>

JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), 6/3/11


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
RcDbSessions(CodaRcGui owner)
           
 
Method Summary
protected  java.lang.String[] doInBackground()
           
protected  void done()
           
 
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

RcDbSessions

public RcDbSessions(CodaRcGui owner)
Method Detail

doInBackground

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

done

protected void done()
Overrides:
done in class javax.swing.SwingWorker<java.lang.String[],java.lang.Void>