Uses of Interface
com.sun.enterprise.resource.pool.waitqueue.PoolWaitQueue
-
Packages that use PoolWaitQueue Package Description com.sun.enterprise.resource.pool com.sun.enterprise.resource.pool.waitqueue -
-
Uses of PoolWaitQueue in com.sun.enterprise.resource.pool
Fields in com.sun.enterprise.resource.pool declared as PoolWaitQueue Modifier and Type Field Description protected PoolWaitQueueConnectionPool. reconfigWaitQueueprotected PoolWaitQueueConnectionPool. waitQueueMethods in com.sun.enterprise.resource.pool that return PoolWaitQueue Modifier and Type Method Description PoolWaitQueueConnectionPool. getPoolWaitQueue()PoolWaitQueueResourcePool. getPoolWaitQueue()returns pool-wait-queuePoolWaitQueueConnectionPool. getReconfigWaitQueue()PoolWaitQueueResourcePool. getReconfigWaitQueue()returns wait-queue used during transparent dynamic reconfiguration -
Uses of PoolWaitQueue in com.sun.enterprise.resource.pool.waitqueue
Classes in com.sun.enterprise.resource.pool.waitqueue that implement PoolWaitQueue Modifier and Type Class Description classDefaultPoolWaitQueueDefault wait queue for the connection poolMethods in com.sun.enterprise.resource.pool.waitqueue that return PoolWaitQueue Modifier and Type Method Description static PoolWaitQueuePoolWaitQueueFactory. createPoolWaitQueue(String className)
-