org.globus.gatekeeper.jobmanager.internal
Class StatusUpdater

java.lang.Object
  extended byorg.globus.gatekeeper.jobmanager.internal.StatusUpdater
All Implemented Interfaces:
Runnable

public class StatusUpdater
extends Object
implements Runnable


Constructor Summary
StatusUpdater()
           
 
Method Summary
 void run()
          connect to a server listening for the update.
 void setLogger(org.apache.log4j.Logger logger)
           
 void start()
           
 void stop()
           
 void updateStatus(GSSCredential cred, GlobusURL url, int status, int failureCode, String jmurl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusUpdater

public StatusUpdater()
Method Detail

setLogger

public void setLogger(org.apache.log4j.Logger logger)

start

public void start()

stop

public void stop()

updateStatus

public void updateStatus(GSSCredential cred,
                         GlobusURL url,
                         int status,
                         int failureCode,
                         String jmurl)

run

public void run()
connect to a server listening for the update. Sends the update and if it replies an okay message than

Specified by:
run in interface Runnable