| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2013 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.api; |
| | | |
| | | import org.opends.messages.Message; |
| | | |
| | | |
| | | |
| | | import org.opends.server.admin.std.server.WorkQueueCfg; |
| | | import org.opends.server.config.ConfigException; |
| | | import org.opends.server.types.AbstractOperation; |
| | | import org.opends.server.types.DirectoryException; |
| | | import org.opends.server.types.InitializationException; |
| | | import org.opends.server.types.Operation; |
| | | |
| | | |
| | | |
| | |
| | | * already has too many pending |
| | | * requests in the queue). |
| | | */ |
| | | public abstract void submitOperation(AbstractOperation operation) |
| | | public abstract void submitOperation(Operation operation) |
| | | throws DirectoryException; |
| | | |
| | | |