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