public class LDAPUpdateExecution extends Object implements UpdateExecution
Constructor and Description |
---|
LDAPUpdateExecution(Command command,
LdapContext ldapCtx) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the execution abnormally.
|
void |
close()
Terminates the execution normally.
|
void |
execute()
execute generic update-class (either an update, delete, or insert)
operation and returns a count of affected rows.
|
int[] |
getUpdateCounts()
Returns the update counts for the execution.
|
public LDAPUpdateExecution(Command command, LdapContext ldapCtx)
public void execute() throws TranslatorException
execute
in interface Execution
TranslatorException
public int[] getUpdateCounts() throws DataNotAvailableException, TranslatorException
UpdateExecution
getUpdateCounts
in interface UpdateExecution
DataNotAvailableException
TranslatorException
public void cancel() throws TranslatorException
Execution
cancel
in interface Execution
TranslatorException
Copyright © 2019. All rights reserved.