Class ConfigurableCommandsImpl2

  • All Implemented Interfaces:
    Logable, Commands, Serializable
    Direct Known Subclasses:
    TestCCI

    public abstract class ConfigurableCommandsImpl2
    extends AbstractCommandsImpl
    Basic implementation of Commands that supports loading configurations. NOTE This does not actually run commands! It is a top-level class that delegates to its command implementations (such as for stores, keys). Therefore, you should not put code here that actually executes things. The contract of this is that it manages logging, loading configurations and instantiating the actual Commands implementations that do everything.

    Created by Jeff Gaynor
    on 5/20/13 at 11:35 AM

    See Also:
    Serialized Form