wt.fc.collections
Class DefaultWTRequestor
java.lang.Object
wt.fc.collections.DefaultWTRequestor
- All Implemented Interfaces:
- ACRequestor
- public class DefaultWTRequestor
- extends Object
- implements ACRequestor
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() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
wtc
final WTCollection wtc
DefaultWTRequestor
public DefaultWTRequestor(WTCollection wtc)
Supported API: false
- Parameters:
wtc
-
getRequestors
public Object[] getRequestors()
- Returns the requestors represented by the internal data of this ACRequestor.
If the ACRequestor contains multiple objects that would be guaranteed
to share the same service, it can return a single requestor for those
objects (a natural example would be multiple instances of the same
Java class).
Supported API: false
- Specified by:
getRequestors
in interface ACRequestor
- Returns:
- Object[]
getSet
public 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()
.
Supported API: false
- Specified by:
getSet
in interface ACRequestor
- Parameters:
requestors
- The requestors for which matching objects are needed
- Returns:
- Set