| | |
| | | import org.opends.server.controls.ControlDecoder; |
| | | import org.opends.server.types.*; |
| | | |
| | | |
| | | /** |
| | | * This abstract class is a generic operation wrapper intended to be subclassed |
| | | * by a specific operation wrapper. |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public String[][] getCommonLogElements() |
| | | { |
| | | return operation.getCommonLogElements(); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public long getConnectionID() |
| | | { |
| | | return operation.getConnectionID(); |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public String[][] getRequestLogElements() |
| | | { |
| | | return operation.getRequestLogElements(); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public List<Control> getResponseControls() |
| | | { |
| | | return operation.getResponseControls(); |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public String[][] getResponseLogElements() |
| | | { |
| | | return operation.getResponseLogElements(); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public ResultCode getResultCode() |
| | | { |
| | | return operation.getResultCode(); |
| | |
| | | operation.setSynchronizationOperation(isSynchronizationOperation); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | |
| | | return getClientConnection().hashCode() * (int) getOperationID(); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | |
| | | return false; |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |