|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.emboss.jemboss.soap.PendingResults
Field Summary | |
private boolean |
autoUpdates
|
private int |
completed_jobs
|
private javax.swing.JButton |
jobButton
|
private javax.swing.JComboBox |
jobComboBox
|
private JembossParams |
mysettings
|
private java.util.Vector |
pendingResults
|
private int |
running_jobs
|
Constructor Summary | |
PendingResults(JembossParams mysettings)
|
Method Summary | |
void |
addResult(JembossProcess res)
|
java.util.Hashtable |
descriptionHash()
|
JembossProcess |
getResult(java.lang.String s)
|
java.lang.String |
getStatus()
|
private java.util.Vector |
getVector(java.util.Hashtable h)
|
boolean |
isAutoUpdate()
|
java.lang.String |
jobStatus()
Report the status of completed and running processes. |
void |
removeResult(JembossProcess res)
|
void |
resetCount()
|
void |
setAutoUpdate(boolean b)
|
void |
showPendingResults(javax.swing.JFrame f)
|
java.util.Hashtable |
statusHash()
|
javax.swing.JPanel |
statusPanel(javax.swing.JFrame f)
A panel with appropriate gadgets to show the status of any jobs and to view them, and to set the mode. |
void |
updateJobStats()
|
void |
updateMode()
Updates the mode on the combo box to reflect the current state |
void |
updateMode(java.lang.String s)
Updates the mode on the combo box to reflect the requested value |
void |
updateStatus()
Connect to the embreo server, and update the status of the jobs in the list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int completed_jobs
private int running_jobs
private JembossParams mysettings
private java.util.Vector pendingResults
private javax.swing.JButton jobButton
private javax.swing.JComboBox jobComboBox
private boolean autoUpdates
Constructor Detail |
public PendingResults(JembossParams mysettings)
Method Detail |
public void resetCount()
public void addResult(JembossProcess res)
public void removeResult(JembossProcess res)
public JembossProcess getResult(java.lang.String s)
s
- The name of the dataset
public java.util.Hashtable descriptionHash()
public java.util.Hashtable statusHash()
public void updateJobStats()
public java.lang.String jobStatus()
public void updateStatus()
private java.util.Vector getVector(java.util.Hashtable h)
public boolean isAutoUpdate()
public void setAutoUpdate(boolean b)
public void updateMode()
public void updateMode(java.lang.String s)
public javax.swing.JPanel statusPanel(javax.swing.JFrame f)
f
- The parent frame, to which dialogs will be attached.public void showPendingResults(javax.swing.JFrame f)
public java.lang.String getStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |