Package | Description |
---|---|
org.ldaptive.pool |
Modifier and Type | Field and Description |
---|---|
private QueueType |
Queue.queueType
How will objects be inserted into the queue.
|
private QueueType |
AbstractConnectionPool.queueType
Type of queue.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectionPool.setQueueType(QueueType type)
Sets the type of queue used for this connection pool.
|
Constructor and Description |
---|
Queue(QueueType type)
Creates a new queue.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.