|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PoolFinder
The PoolFinder
interface defines a mechanism for getting
ResourceKindPool
based upon authorization tokens
Method Summary | |
---|---|
ResourceKindPool |
getPool(java.lang.String authToken)
Gets the Resource Pool for the user defined by the user authentication token. |
java.util.List<ResourceKindPool> |
getPoolList()
Gets the list of ResourceKindPools under the control of the pool finder |
void |
shutdown()
Shut down the pool finder |
Method Detail |
---|
ResourceKindPool getPool(java.lang.String authToken)
authToken
- the authorization token, which may affect which pool is returned
ResourceKindPool
suitable for requests for the given token, or nulljava.util.List<ResourceKindPool> getPoolList()
void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |