|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.rdg.resc.jstyx.gridservice.client.SGSInstanceClientChangeAdapter
public class SGSInstanceClientChangeAdapter
Convenience class that provides blank implementations for all files in the SGSInstanceChangeListener
| Constructor Summary | |
|---|---|
SGSInstanceClientChangeAdapter()
|
|
| Method Summary | |
|---|---|
void |
allOutputDataDownloaded()
Called when all the output data have been downloaded |
void |
error(java.lang.String message)
Called when an error occurs |
void |
gotArguments(java.lang.String newArgs)
Called when we have a new string of command line arguments (for debug purposes) |
void |
gotExitCode(int exitCode)
Called when the exit code from the service is received: this signals that the remote executable has completed. |
void |
gotParameterValue(java.lang.String name,
java.lang.String value)
Called when we have a new value for a parameter |
void |
gotServiceDataValue(java.lang.String sdName,
java.lang.String newData)
Called when the given service data element changes |
void |
gotSteerableParameterValue(java.lang.String name,
java.lang.String value)
Called when we have a new value for a steerable parameter |
void |
inputFilesUploaded()
Called when the input files have been successfully uploaded |
void |
serviceAborted()
Called when the service is stopped before it has finished |
void |
serviceStarted()
Called when the service is started |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SGSInstanceClientChangeAdapter()
| Method Detail |
|---|
public void gotServiceDataValue(java.lang.String sdName,
java.lang.String newData)
gotServiceDataValue in interface SGSInstanceClientChangeListener
public void gotParameterValue(java.lang.String name,
java.lang.String value)
gotParameterValue in interface SGSInstanceClientChangeListenername - Name of the parametervalue - The new value of the parameter
public void gotSteerableParameterValue(java.lang.String name,
java.lang.String value)
gotSteerableParameterValue in interface SGSInstanceClientChangeListenername - Name of the parametervalue - The new value of the parameterpublic void gotArguments(java.lang.String newArgs)
gotArguments in interface SGSInstanceClientChangeListenernewArgs - The new argumentspublic void inputFilesUploaded()
inputFilesUploaded in interface SGSInstanceClientChangeListenerpublic void serviceStarted()
serviceStarted in interface SGSInstanceClientChangeListenerpublic void serviceAborted()
serviceAborted in interface SGSInstanceClientChangeListenerpublic void gotExitCode(int exitCode)
gotExitCode in interface SGSInstanceClientChangeListenerpublic void allOutputDataDownloaded()
allOutputDataDownloaded in interface SGSInstanceClientChangeListenerpublic void error(java.lang.String message)
error in interface SGSInstanceClientChangeListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||