public final class PreCommandExecution extends Object
| Constructor and Description |
|---|
PreCommandExecution(CommandMetadata command,
String originalStatement,
Object[] parameters,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
CommandMetadata |
getCommand() |
Map<Object,Object> |
getContext() |
String |
getOriginalStatement() |
Object[] |
getParameters() |
boolean |
isVetoed() |
void |
veto()
Vetoes the execution of this command
|
public CommandMetadata getCommand()
public Object[] getParameters()
public String getOriginalStatement()
public boolean isVetoed()
public void veto()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.