| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2007-2009 Sun Microsystems, Inc. |
| | | * Copyright 2007-2010 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.core; |
| | | import org.opends.messages.MessageBuilder; |
| | |
| | | // Stop the processing timer. |
| | | setProcessingStopTime(); |
| | | |
| | | // Log the compare response message. |
| | | logCompareResponse(this); |
| | | |
| | | if(cancelRequest == null || cancelResult == null || |
| | | cancelResult.getResultCode() != ResultCode.CANCELED || |
| | | cancelRequest.notifyOriginalRequestor() || |
| | |
| | | clientConnection.sendResponse(this); |
| | | } |
| | | |
| | | |
| | | // Log the compare response message. |
| | | logCompareResponse(this); |
| | | |
| | | // Invoke the post-response compare plugins. |
| | | invokePostResponsePlugins(workflowExecuted); |
| | | |