| | |
| | | import org.opends.messages.Message; |
| | | import org.opends.messages.MessageBuilder; |
| | | import org.opends.server.api.ClientConnection; |
| | | import org.opends.server.types.*; |
| | | import org.opends.server.controls.ControlDecoder; |
| | | import org.opends.server.types.*; |
| | | |
| | | |
| | | /** |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public boolean isInnerOperation() |
| | | { |
| | | return operation.isInnerOperation(); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public boolean isInternalOperation() |
| | | { |
| | | return operation.isInternalOperation(); |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public void setInnerOperation(boolean isInnerOperation) |
| | | { |
| | | operation.setInnerOperation(isInnerOperation); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public void setInternalOperation(boolean isInternalOperation) |
| | | { |
| | | operation.setInternalOperation(isInternalOperation); |