| | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * A synchronous connection with a Directory Server over which read and |
| | | * update operations may be performed. See RFC 4511 for the LDAPv3 |
| | |
| | | * @throws NullPointerException |
| | | * If {@code request} was {@code null}. |
| | | */ |
| | | void close(UnbindRequest request, String reason) throws NullPointerException; |
| | | void close(UnbindRequest request, String reason) |
| | | throws NullPointerException; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | // /** |
| | | // * Indicates whether or not this connection has been explicitly |
| | | // closed |
| | | // * by calling {@code close}. This method will not return {@code |
| | | // true} |
| | | // * if a fatal error has occurred on the connection unless {@code |
| | | // * close} has been called. |
| | | // * |
| | | // * @return {@code true} if this connection has been explicitly |
| | | // closed |
| | | // * by calling {@code close}, or {@code false} otherwise. |
| | | // */ |
| | | // boolean isClosed(); |
| | | /** |
| | | * Indicates whether or not this connection has been explicitly closed |
| | | * by calling {@code close}. This method will not return {@code true} |
| | | * if a fatal error has occurred on the connection unless {@code |
| | | * close} has been called. |
| | | * |
| | | * @return {@code true} if this connection has been explicitly closed |
| | | * by calling {@code close}, or {@code false} otherwise. |
| | | */ |
| | | boolean isClosed(); |
| | | |
| | | |
| | | |
| | | // |
| | | // |
| | | // |