com.tensegrity.palowebviewer.server
Interface IRightManager

All Known Implementing Classes:
DefaultRightManager

public interface IRightManager


Method Summary
 IConnectionPool getPool(IConnectionPool initialPool, IUser user)
          This method return connection pool for particular user.
 

Method Detail

getPool

IConnectionPool getPool(IConnectionPool initialPool,
                        IUser user)
This method return connection pool for particular user. Returned pool may contain less available connections then initial pool

Parameters:
initialPool - - system-wide connection pool
user - - user, for wich restrictions are applyed
Returns:
pool of connections, available for user