com.codemonster.surinam.export.service.command
Interface CommandProcessor
public interface CommandProcessor
This is an interface primarily for use by EntryPoints. Implementing this interface
will allow commands to be executed on their own thread inside of an initial service implementation, which
serves as a gateway to all the functionality in the other services.
- See Also:
MappedCommand
execute
Object execute(MappedCommand cmd)
throws Throwable
- Throws:
Throwable
Copyright © 2010. All Rights Reserved.