|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface can serve as a mediary between a group of objects (Java
collections or otherwise) such that delegation can occur without converting
it to an Object[]. This is especially useful for WTCollections, as it
allows the delegate mechanism itself to return connected WTSets as values.
Supported API: false
Extendable: false
Method Summary | |
Object[] |
getRequestors()
Returns the requestors represented by the internal data of this ACRequestor. |
Set |
getSet(Object[] requestors)
Returns a set of the objects contained in this ACRequestor by requestor type (the "requestor type" is one of the values returned by getRequestors() . |
Method Detail |
public Object[] getRequestors()
public Set getSet(Object[] requestors)
getRequestors()
.
requestors
- The requestors for which matching objects are needed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |