public class ObjectUpdateExecution extends ObjectBaseExecution implements UpdateExecution
| Modifier and Type | Field and Description |
|---|---|
static String |
GET |
static String |
IS |
static String |
SET |
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.
|
cancelpublic static final String GET
public static final String SET
public static final String IS
public 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 © 2016 JBoss by Red Hat. All rights reserved.