|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Command | Simple interface for implementing the GOF Command design pattern. |
CommandExecutor | This interface allows clients to control how a command is executed (e.g. |
CommandExecutorProvider | Yet another level of indirection to allow clients to control how a command is executed by the server (e.g. |
Filter<T> | Used by various "pluggable" classes to filter objects. |
JavaType | This interface describes a Java type; i.e. |
MethodSignature | This interface describes a Java method signature; i.e. |
Class Summary | |
---|---|
Command.Disabled | |
Command.Null | |
CommandExecutor.Default | Straightforward implementation of the command executor interface that simply executes the command without any sort of enhancement. |
CommandExecutorProvider.Default | Straightforward implementation of the command executor provider interface the returns the default command executor. |
Filter.Disabled<S> | |
Filter.Null<S> |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |