public class ObjectUpdateExecution extends ObjectBaseExecution implements UpdateExecution
connection, env, executionContext| Constructor and Description |
|---|
ObjectUpdateExecution(Command command,
ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Terminates the execution normally.
|
protected ObjectVisitor |
createVisitor() |
void |
execute()
Execute the associated command.
|
int[] |
getUpdateCounts()
Returns the update counts for the execution.
|
cancel, getClassRegistrypublic ObjectUpdateExecution(Command command, ObjectConnection connection, ExecutionContext context, ObjectExecutionFactory env)
public void execute()
throws TranslatorException
Executionexecute in interface ExecutionTranslatorExceptionpublic int[] getUpdateCounts()
throws DataNotAvailableException
UpdateExecutiongetUpdateCounts in interface UpdateExecutionDataNotAvailableExceptionpublic void close()
Executionclose in interface Executionclose in class ObjectBaseExecutionprotected ObjectVisitor createVisitor()
Copyright © 2017 JBoss by Red Hat. All rights reserved.