public class WorkQueueStrategy extends Object implements QueueingStrategy
| Constructor and Description |
|---|
WorkQueueStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
enqueueRequest(Operation operation)
Put the request in the work queue.
|
public void enqueueRequest(Operation operation) throws DirectoryException
enqueueRequest in interface QueueingStrategyoperation - Operation to put in the work queue.DirectoryException - If a problem occurs in the Directory Server.Copyright © 2010-2020 Wren Security. All Rights Reserved.