|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.swtservice.PoolFinderImpl
public class PoolFinderImpl
Constructor Summary | |
---|---|
PoolFinderImpl(SDataServletContext servletContext)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoolFinderImpl(SDataServletContext servletContext)
Method Detail |
---|
public ResourceKindPool getPool(java.lang.String authToken)
PoolFinder
getPool
in interface PoolFinder
authToken
- the authorization token, which may affect which pool is returned
ResourceKindPool
suitable for requests for the given token, or nullpublic java.util.List<ResourceKindPool> getPoolList()
PoolFinder
getPoolList
in interface PoolFinder
public void shutdown()
PoolFinder
shutdown
in interface PoolFinder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |