|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| CommandInterceptor | Interface for implementors of command interception. |
| Class Summary | |
|---|---|
| CommandContext | This context holds the iterator over collection of interceptors, which will be triggered before the command will be passed to commandProcessor to execute. |
| InterceptionProxy | The proxy for command processor which instead of direct executing of given command triggers logic of all associated interceptors. |
| Exception Summary | |
|---|---|
| CommandInterceptionException | Thrown when at least one interceptor didn't call CommandContext.invoke() in it's
CommandInterceptor.intercept(CommandContext) method body |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||