com.tensegrity.palowebviewer.server
Class DefaultRightManager

java.lang.Object
  extended by com.tensegrity.palowebviewer.server.DefaultRightManager
All Implemented Interfaces:
IRightManager

public class DefaultRightManager
extends java.lang.Object
implements IRightManager


Constructor Summary
DefaultRightManager()
           
 
Method Summary
 IConnectionPool getPool(IConnectionPool initialPool, IUser user)
          This method return connection pool for particular user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRightManager

public DefaultRightManager()
Method Detail

getPool

public IConnectionPool getPool(IConnectionPool initialPool,
                               IUser user)
Description copied from interface: IRightManager
This method return connection pool for particular user. Returned pool may contain less available connections then initial pool

Specified by:
getPool in interface IRightManager
Parameters:
initialPool - - system-wide connection pool
user - - user, for wich restrictions are applyed
Returns:
pool of connections, available for user