oemware.core.chain
Class StartupKernelCommand

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

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

Startup the component kernel.

Version:
$Id: StartupKernelCommand.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
StartupKernelCommand()
           
 
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

StartupKernelCommand

public StartupKernelCommand()
Method Detail

execute

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

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