wt.fc.collections
Class DefaultWTRequestor

java.lang.Object
  extended bywt.fc.collections.DefaultWTRequestor
All Implemented Interfaces:
ACRequestor

public class DefaultWTRequestor
extends Object
implements ACRequestor



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
(package private)  WTCollection wtc
           
 
Constructor Summary
DefaultWTRequestor(WTCollection wtc)
          

Supported API: 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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

wtc

final WTCollection wtc
Constructor Detail

DefaultWTRequestor

public DefaultWTRequestor(WTCollection wtc)


Supported API: false

Parameters:
wtc -
Method Detail

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