gov.nih.nci.cagrid.common
Class Runner

java.lang.Object
  extended by gov.nih.nci.cagrid.common.Runner
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
DelegatedCredentialFinder, GridApplication.ExecuteComponent, MyGroupFinder

public abstract class Runner
extends java.lang.Object
implements java.lang.Runnable

Version:
$Id: Runner.java,v 1.2 2007/04/05 16:42:58 langella Exp $
Author:
Stephen Langella, Shannon Hastings, Scott Oster, David W. Ervin

Constructor Summary
Runner()
           
 
Method Summary
abstract  void execute()
           
 void run()
           
protected  void setSync(EDU.oswego.cs.dl.util.concurrent.Sync counter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runner

public Runner()
Method Detail

execute

public abstract void execute()

run

public final void run()
Specified by:
run in interface java.lang.Runnable

setSync

protected final void setSync(EDU.oswego.cs.dl.util.concurrent.Sync counter)