More information


de.spieleck.pcs.action.base
Class InfoAction

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

public class InfoAction
extends java.lang.Object
implements Action

This action is used for testing if pcs is up and running correctly.


Constructor Summary
InfoAction()
          Creates a new instance of DefaultAuthorization
 
Method Summary
 ActionResult perform(java.util.Hashtable parameters)
          This action delievers as Result information about the pcs-Framework
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoAction

public InfoAction()
Creates a new instance of DefaultAuthorization
Method Detail

perform

public ActionResult perform(java.util.Hashtable parameters)
                     throws ActionException
This action delievers as Result information about the pcs-Framework
Specified by:
perform in interface Action
Following copied from interface: de.spieleck.pcs.action.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