| | |
| | | * |
| | | * |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2012 ForgeRock AS. |
| | | */ |
| | | |
| | | package org.forgerock.opendj.ldap.requests; |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | AbandonRequest addControl(Control control) |
| | | throws UnsupportedOperationException, NullPointerException; |
| | | AbandonRequest addControl(Control control); |
| | | |
| | | |
| | | |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | <C extends Control> C getControl(ControlDecoder<C> decoder, |
| | | DecodeOptions options) throws NullPointerException, DecodeException; |
| | | DecodeOptions options) throws DecodeException; |
| | | |
| | | |
| | | |
| | |
| | | * @throws UnsupportedOperationException |
| | | * If this abandon request does not permit the request ID to be set. |
| | | */ |
| | | AbandonRequest setRequestID(int id) throws UnsupportedOperationException; |
| | | AbandonRequest setRequestID(int id); |
| | | |
| | | } |