public final class CommandExecuted extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandExecuted.Status |
| Constructor and Description |
|---|
CommandExecuted(CommandExecuted.Status status,
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() |
CommandExecuted.Status |
getStatus() |
public CommandExecuted(CommandExecuted.Status status, CommandMetadata command, String originalStatement, Object[] parameters, Map<Object,Object> context)
public CommandExecuted.Status getStatus()
public CommandMetadata getCommand()
public Object[] getParameters()
public String getOriginalStatement()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.