Package org.opends.server.core
Interface QueueingStrategy
-
- All Known Implementing Classes:
BoundedWorkQueueStrategy
,SynchronousStrategy
,WorkQueueStrategy
public interface QueueingStrategy
This interface defines request handling strategies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enqueueRequest(Operation operation)
Put the request in the queue.
-
-
-
Method Detail
-
enqueueRequest
void enqueueRequest(Operation operation) throws LdapException
Put the request in the queue.- Parameters:
operation
- Operation to put in the queue.- Throws:
LdapException
- If a problem occurs in the Directory Server.
-
-