public interface CommandContext
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArguments()
Returns list of command arguments
|
String |
getCommand()
Returns name of command
|
Object |
invoke()
Method for invoking the command
|
Object invoke() throws CommandInterceptorException
CommandInterceptorException - when one of the interceptors in chain didn't call this methodString getCommand()
String[] getArguments()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.