public class LDAPQueryExecution extends Object implements ResultSetExecution
Constructor and Description |
---|
LDAPQueryExecution(LdapContext ldapContext,
LDAPSearchDetails search,
SearchControls searchControls,
LDAPExecutionFactory factory,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the execution abnormally.
|
void |
close()
Terminates the execution normally.
|
void |
execute()
Execute the associated command.
|
List<?> |
next()
Fetch the next batch of data from the LDAP searchEnumerationr result.
|
public LDAPQueryExecution(LdapContext ldapContext, LDAPSearchDetails search, SearchControls searchControls, LDAPExecutionFactory factory, ExecutionContext context)
public void execute() throws TranslatorException
Execution
execute
in interface Execution
TranslatorException
public void cancel() throws TranslatorException
Execution
cancel
in interface Execution
TranslatorException
public void close()
Execution
public List<?> next() throws TranslatorException
next
in interface ResultSetExecution
TranslatorException
Copyright © 2020. All rights reserved.