edu.sdsc.inca.agent.access
Class Globus.GlobusStatusListener

java.lang.Object
  extended by edu.sdsc.inca.agent.access.Globus.GlobusStatusListener
All Implemented Interfaces:
org.globus.cog.abstraction.interfaces.StatusListener
Enclosing class:
Globus

public class Globus.GlobusStatusListener
extends java.lang.Object
implements org.globus.cog.abstraction.interfaces.StatusListener

A subclass of StatusListener will be notified when our job's status has changed


Constructor Summary
Globus.GlobusStatusListener()
           
 
Method Summary
 void statusChanged(org.globus.cog.abstraction.impl.common.StatusEvent event)
          Called whenever the job status has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Globus.GlobusStatusListener

public Globus.GlobusStatusListener()
Method Detail

statusChanged

public void statusChanged(org.globus.cog.abstraction.impl.common.StatusEvent event)
Called whenever the job status has changed. We notify whoever is waiting on this listener when the job has been changed to active or failed.

Specified by:
statusChanged in interface org.globus.cog.abstraction.interfaces.StatusListener
Parameters:
event - The new status of the job.