org.apache.shale.dialog.config
Class ConfigurationDestroy

java.lang.Object
  extended by org.apache.shale.dialog.config.ConfigurationDestroy
All Implemented Interfaces:
Command

public class ConfigurationDestroy
extends Object
implements Command

Command executed at web application shutdown to clean up the configured resources for the dialogs configuration.

$Id: ConfigurationDestroy.java 419431 2006-07-06 04:38:39Z wsmoak $


Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
ConfigurationDestroy()
           
 
Method Summary
 boolean execute(Context context)
          Clean up configuration resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationDestroy

public ConfigurationDestroy()
Method Detail

execute

public boolean execute(Context context)
                throws Exception

Clean up configuration resources.

Specified by:
execute in interface Command
Parameters:
context - Execution context for this command
Throws:
Exception - if an executed command throws an Exception


Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.