* (non-Javadoc)
*
* @see org.apache.commons.daemon.Daemon#stop()
*/
public void stop() throws Exception {
CommandContext context = new CommandContext();
context.setFormatter(new CommandShellOutputFormatter(System.out));
Command command = new ShutdownCommand();
command.setCommandContext(context);
List<String> tokens = new ArrayList<String>(Arrays.asList(new String[] {