uk.ac.rdg.resc.jstyx.gridservice.client
Interface SGSChangeListener


public interface SGSChangeListener

Change listener that defines methods that are called when changes to a Styx Grid Service occur

Author:
Jon Blower $Revision: 409 $ $Date: 2005-09-11 19:52:13 +0100 (Sun, 11 Sep 2005) $ $Log$ Revision 1.4 2005/09/11 18:52:13 jonblower Added error() method Revision 1.3 2005/07/28 16:38:58 jonblower Added material to comments Revision 1.2 2005/07/06 17:53:43 jonblower Implementing automatic update of SGS instances in SGS Explorer Revision 1.1 2005/03/16 22:16:44 jonblower Added Styx Grid Service classes to core module Revision 1.1 2005/02/16 19:22:29 jonblower Commit adding of SGS files to CVS

Method Summary
 void error(java.lang.String message)
          Fired when an error has occurred
 void gotInstances(CStyxFile[] instances)
          Fired when we have got the latest list of instances for this SGS.
 

Method Detail

gotInstances

void gotInstances(CStyxFile[] instances)
Fired when we have got the latest list of instances for this SGS.

Parameters:
instances - Array of CStyxFiles, one for each directory at the root of each instance. The dirEntrys of all the instances will have been set, so it is safe to call getDirEntry() on any of the CStyxFiles without worrying about the method blocking.

error

void error(java.lang.String message)
Fired when an error has occurred



Copyright © 2004-2006 Reading e-Science Centre. All Rights Reserved.