|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandException | |
---|---|
org.keridwen.core.messaging | Project : Keridwen Copyright : Artenum SARL, 24 rue Louis Blanc 75010, Paris, France 2010. |
org.keridwen.core.messaging.internal |
Uses of CommandException in org.keridwen.core.messaging |
---|
Methods in org.keridwen.core.messaging that throw CommandException | |
---|---|
ResultType |
Command.execute(MessageType message)
Executes the Command 's logic with a given message. |
ResultType |
AbstractCommand.execute(MessageType message)
|
U |
Scheme.execute(V message)
Executes the given list of Command s with the given Event . |
abstract ResultType |
AbstractCommand.run(MessageType message)
This method is the concrete business implementation of what the command should do. |
Uses of CommandException in org.keridwen.core.messaging.internal |
---|
Methods in org.keridwen.core.messaging.internal that throw CommandException | |
---|---|
U |
SequenceScheme.execute(V message)
|
U |
ParallelScheme.execute(V message)
|
U |
AbstractCommandScheme.execute(V message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |