Java Globus API: Class JavaGramTest
org.globus.example
Class JavaGramTest
java.lang.Object
|
+--org.globus.example.JavaGramTest
- All Implemented Interfaces:
- GramJobListener
- public class JavaGramTest
- extends java.lang.Object
- implements GramJobListener
|
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
printResults()
|
void |
run()
|
void |
statusChanged(GramJob job)
This method is used to notify the implementer when the status of a
GramJob has changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaGramTest
public JavaGramTest(java.lang.String contact)
run
public void run()
printResults
public void printResults()
statusChanged
public void statusChanged(GramJob job)
- Description copied from interface:
GramJobListener
- This method is used to notify the implementer when the status of a
GramJob has changed.
- Specified by:
statusChanged in interface GramJobListener
- Following copied from interface:
org.globus.gram.GramJobListener
- Parameters:
job - The GramJob whose status has changed.
main
public static void main(java.lang.String[] args)