oemware.core.chain
Class ShutdownKernelCommand

java.lang.Object
  extended by oemware.core.chain.ShutdownKernelCommand
All Implemented Interfaces:
org.apache.commons.chain.Command

public final class ShutdownKernelCommand
extends java.lang.Object
implements org.apache.commons.chain.Command

Shutdown the component kernel.

Version:
$Id: ShutdownKernelCommand.java 13 2008-06-15 19:43:04Z oemware $

Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
ShutdownKernelCommand()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context pContext)
          The "run" method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownKernelCommand

public ShutdownKernelCommand()
Method Detail

execute

public final boolean execute(org.apache.commons.chain.Context pContext)
                      throws java.lang.Exception
The "run" method.

Specified by:
execute in interface org.apache.commons.chain.Command
Parameters:
pContext - The context.
Throws:
java.lang.Exception


Copyright © 2008 Deft Labs - Released under LGPL, Version 3.0