org.globus.gram
Class MultiUserGramTest

java.lang.Object
  extended by org.globus.gram.MultiUserGramTest
All Implemented Interfaces:
GramJobListener

public class MultiUserGramTest
extends java.lang.Object
implements GramJobListener


Constructor Summary
MultiUserGramTest()
           
 
Method Summary
static void main(java.lang.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
 

Constructor Detail

MultiUserGramTest

public MultiUserGramTest()
Method Detail

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(java.lang.String[] argv)


Copyright © 2013. All Rights Reserved.