|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.core.objects.RequestorCollection
Collection of Requestor Objects
Constructor Summary | |
RequestorCollection()
|
|
RequestorCollection(Requestor request)
Initializes this Requestor Collection containing one Requestor |
Method Summary | |
void |
addRequestor(Requestor requestor)
Adds a requestor to the list |
int |
getLength()
Returns the amount of requestors in the collection |
void |
removeRequestor(Requestor requestor)
Removes a requestor from the collection |
Requestor[] |
toRequestorArray()
Creates a Requestor array from the collection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RequestorCollection()
public RequestorCollection(Requestor request)
request
- to be added requestorMethod Detail |
public void addRequestor(Requestor requestor)
requestor
- requestor to be added to the collectionpublic void removeRequestor(Requestor requestor)
requestor
- requestor to be removedpublic Requestor[] toRequestorArray()
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |