More information


de.spieleck.pcs.action.base
Class ResetConfigAction

java.lang.Object
  |
  +--de.spieleck.pcs.action.base.ResetConfigAction
All Implemented Interfaces:
Action

public class ResetConfigAction
extends java.lang.Object
implements Action

This Action is used for resetting the configuration of various objects used within pcs


Constructor Summary
ResetConfigAction()
          Creates a new instance of ResetConfigAction
 
Method Summary
 ActionResult perform(java.util.Hashtable parameters)
          performs the Action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetConfigAction

public ResetConfigAction()
Creates a new instance of ResetConfigAction
Method Detail

perform

public ActionResult perform(java.util.Hashtable parameters)
                     throws ActionException
performs the Action
Specified by:
perform in interface Action
Parameters:
parameters - a Hashtable for information needed to perform the Action
Returns:
an instance of ActionResult as result of the Action
Throws:
ActionException - if an exception occurrs during processing

More information