public class CompareOperation extends AbstractOperation<CompareRequest,Boolean>
AbstractOperation.ReopenOperationExceptionHandler
logger
Constructor and Description |
---|
CompareOperation(Connection conn)
Creates a new compare operation.
|
Modifier and Type | Method and Description |
---|---|
protected Response<Boolean> |
invoke(CompareRequest request)
Call the provider specific implementation of this ldap operation.
|
execute, executeHandlers, getConnection, getOperationExceptionHandler, getOperationResponseHandlers, setOperationExceptionHandler, setOperationResponseHandlers, toString
public CompareOperation(Connection conn)
conn
- connectionprotected Response<Boolean> invoke(CompareRequest request) throws LdapException
AbstractOperation
invoke
in class AbstractOperation<CompareRequest,Boolean>
request
- ldap requestLdapException
- if the invocation failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.