public class LDAPUpdateExecution extends Object implements UpdateExecution
| Constructor and Description |
|---|
LDAPUpdateExecution(Command command,
LdapContext ldapCtx) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute()
execute generic update-class (either an update, delete, or insert)
operation and returns a count of affected rows.
|
int[] |
getUpdateCounts() |
public LDAPUpdateExecution(Command command, LdapContext ldapCtx)
public void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionpublic int[] getUpdateCounts()
throws DataNotAvailableException,
TranslatorException
getUpdateCounts in interface UpdateExecutionDataNotAvailableExceptionTranslatorExceptionpublic void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.