org.globus.cog.abstraction.examples.queue
Class HierarchicalQueue

java.lang.Object
  extended byorg.globus.cog.abstraction.examples.queue.HierarchicalQueue
All Implemented Interfaces:
StatusListener

public class HierarchicalQueue
extends Object
implements StatusListener


Field Summary
protected  boolean active
           
protected  Queue queue
           
protected  Task task7
           
 
Constructor Summary
HierarchicalQueue()
           
 
Method Summary
 void createQueue()
           
static void main(String[] arg)
           
 void statusChanged(StatusEvent event)
           
 void submitQueue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queue

protected Queue queue

active

protected boolean active

task7

protected Task task7
Constructor Detail

HierarchicalQueue

public HierarchicalQueue()
Method Detail

createQueue

public void createQueue()
                 throws Exception
Throws:
Exception

submitQueue

public void submitQueue()

statusChanged

public void statusChanged(StatusEvent event)
Specified by:
statusChanged in interface StatusListener

main

public static void main(String[] arg)