|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.wf.requests.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()
|
void |
finalize()
|
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, 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)
public void removeRequestor(IRequest request)
public void clear()
public java.util.Iterator iterator()
public void finalize() throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |