org.apache.shale.dialog.config
Class ConfigurationDestroy
java.lang.Object
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 $
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 |
ConfigurationDestroy
public ConfigurationDestroy()
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.