net.sf.dc.wf.requests
Class RequestCollection

java.lang.Object
  extended bynet.sf.dc.wf.requests.RequestCollection

public class RequestCollection
extends java.lang.Object

Collection of requests

Since:
1.4
Version:
1.6
Author:
Robert Jan van der Waals

Constructor Summary
RequestCollection()
           
RequestCollection(IRequest request)
          Initializes this Requestor Collection containing one Requestor
 
Method Summary
 void addRequest(IRequest request)
          Adds a requestor to the list
 void clear()
           
 java.util.Iterator iterator()
          Creates a Requestor array from the collection
 void removeRequestor(IRequest request)
          Removes a requestor from the collection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestCollection

public RequestCollection()

RequestCollection

public RequestCollection(IRequest request)
Initializes this Requestor Collection containing one Requestor

Parameters:
request - to be added requestor
Method Detail

addRequest

public void addRequest(IRequest request)
Adds a requestor to the list


removeRequestor

public void removeRequestor(IRequest request)
Removes a requestor from the collection


clear

public void clear()

iterator

public java.util.Iterator iterator()
Creates a Requestor array from the collection