mqwfes
Class WorkList

java.lang.Object
  |
  +--mqwfes.WorkList

public class WorkList
extends java.lang.Object

represents the worklist of the delayer and directory classes

Author:
Kevin Bullmann

Constructor Summary
WorkList()
          Creates a new instance of WorkList
WorkList(ListItem[] list)
          generates new Worklist with given worklist from MQWF Filters out non-ready Items or Items that do not contain one of the Keywords "DELAY" or "DIRECTORY" in their description
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkList

public WorkList()
Creates a new instance of WorkList


WorkList

public WorkList(ListItem[] list)
generates new Worklist with given worklist from MQWF Filters out non-ready Items or Items that do not contain one of the Keywords "DELAY" or "DIRECTORY" in their description

Parameters:
list - the List to be filtered