| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013 ForgeRock AS |
| | | */ |
| | | package org.opends.server.core; |
| | | |
| | | import org.opends.server.types.AbstractOperation; |
| | | import org.opends.server.types.DirectoryException; |
| | | import org.opends.server.types.Operation; |
| | | |
| | | /** |
| | | * |
| | |
| | | * @throws org.opends.server.types.DirectoryException |
| | | * If a problem occurs in the Directory Server. |
| | | */ |
| | | public void enqueueRequest(AbstractOperation operation) |
| | | throws DirectoryException { |
| | | @Override |
| | | public void enqueueRequest(Operation operation) throws DirectoryException { |
| | | DirectoryServer.enqueueRequest(operation); |
| | | } |
| | | } |