org.globus.gram
Class MultiUserGramTest
java.lang.Object
org.globus.gram.MultiUserGramTest
- All Implemented Interfaces:
- GramJobListener
public class MultiUserGramTest
- extends Object
- implements GramJobListener
Method Summary |
static void |
main(String[] argv)
|
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 |
MultiUserGramTest
public MultiUserGramTest()
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
- Parameters:
job
- The GramJob whose status has changed.
main
public static void main(String[] argv)