Uses of Interface
com.tensegrity.palowebviewer.server.IConnectionPool

Packages that use IConnectionPool
com.tensegrity.palowebviewer.modules.engine.server   
com.tensegrity.palowebviewer.server   
com.tensegrity.palowebviewer.server.paloaccessor   
 

Uses of IConnectionPool in com.tensegrity.palowebviewer.modules.engine.server
 

Methods in com.tensegrity.palowebviewer.modules.engine.server that return IConnectionPool
 IConnectionPool IEngineContext.getUserConnectionPool()
           
 

Methods in com.tensegrity.palowebviewer.modules.engine.server with parameters of type IConnectionPool
 java.lang.String EngineLogic.saveView(XViewPath viewPath, IConnectionPool pool)
           
 

Uses of IConnectionPool in com.tensegrity.palowebviewer.server
 

Classes in com.tensegrity.palowebviewer.server that implement IConnectionPool
 class GlobalConnectionPool
           
 

Methods in com.tensegrity.palowebviewer.server that return IConnectionPool
 IConnectionPool IRightManager.getPool(IConnectionPool initialPool, IUser user)
          This method return connection pool for particular user.
 IConnectionPool DefaultRightManager.getPool(IConnectionPool initialPool, IUser user)
           
 

Methods in com.tensegrity.palowebviewer.server with parameters of type IConnectionPool
 IConnectionPool IRightManager.getPool(IConnectionPool initialPool, IUser user)
          This method return connection pool for particular user.
 IConnectionPool DefaultRightManager.getPool(IConnectionPool initialPool, IUser user)
           
 

Uses of IConnectionPool in com.tensegrity.palowebviewer.server.paloaccessor
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type IConnectionPool
 XRoot PaloAccessor.getRoot(IConnectionPool pool)
          constructs root element for server
static XServer[] PaloHelper.getXServers(IConnectionPool pool, PaloConfiguration cfg, XRoot root)
           
 XRoot PaloAccessor.init(XRoot root, IConnectionPool pool, PaloConfiguration cfg)
          initializes root object.