org.globus.cog.abstraction.examples.queue
Class HierarchicalQueue
java.lang.Object
org.globus.cog.abstraction.examples.queue.HierarchicalQueue
- All Implemented Interfaces:
- StatusListener
- public class HierarchicalQueue
- extends Object
- implements StatusListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queue
protected Queue queue
active
protected boolean active
task7
protected Task task7
HierarchicalQueue
public HierarchicalQueue()
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)