|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.wf.requests.RequestCollection
public class RequestCollection
Collection of requests
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 |
---|
public RequestCollection()
public RequestCollection(IRequest request)
request
- to be added requestorMethod Detail |
---|
public void addRequest(IRequest request)
requestor
- requestor to be added to the collectionpublic void removeRequestor(IRequest request)
requestor
- requestor to be removedpublic void clear()
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |