Uses of Class
org.ldaptive.pool.QueueType

Packages that use QueueType
org.ldaptive.pool   
 

Uses of QueueType in org.ldaptive.pool
 

Methods in org.ldaptive.pool that return QueueType
 QueueType AbstractConnectionPool.getQueueType()
          Returns the type of queue used for this connection pool.
static QueueType QueueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueueType[] QueueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ldaptive.pool with parameters of type QueueType
 void AbstractConnectionPool.setQueueType(QueueType type)
          Sets the type of queue used for this connection pool.
 

Constructors in org.ldaptive.pool with parameters of type QueueType
Queue(QueueType type)
          Creates a new queue.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.