public class CompareOperation extends AbstractOperation<CompareRequest,java.lang.Boolean>
AbstractOperation.ReopenOperationExceptionHandlerlogger| Constructor and Description |
|---|
CompareOperation(Connection conn)
Creates a new compare operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Response<java.lang.Boolean> |
invoke(CompareRequest request)
Call the provider specific implementation of this ldap operation.
|
execute, executeHandlers, getConnection, getOperationExceptionHandler, getOperationResponseHandlers, setOperationExceptionHandler, setOperationResponseHandlers, toStringpublic CompareOperation(Connection conn)
conn - connectionprotected Response<java.lang.Boolean> invoke(CompareRequest request) throws LdapException
AbstractOperationinvoke in class AbstractOperation<CompareRequest,java.lang.Boolean>request - ldap requestLdapException - if the invocation fails